Solanacean
Educated
- Joined
- Sep 25, 2017
- Messages
- 42
From the executable file of the latest version of the game (2.0.0.20). I was debugging it trying to see if I can force borderless windowed mode and whether it would solve the problem with Alt-Tab. I don't have the source code of course, the code above is a result of disassembling the executable's binary code. It's part of the initialization code in WinMain - actual working part too, not just some dead code which by some miracle avoided being thrown out by compiler/linker during dead code elimination phase. It isn't just sitting there taking space, it gets executed.This is code from the mid-2000s circa 2008 or so. Where'd you get this from?