mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
4a1ac277f9
For some reason the decomp version is doing the first xor in EnableFullScreen with the operands swapped. The source code and the original binary both have m_flags ^ e but the decomp binary has e ^ m_flags. This gives the same result but it is not a 100% match in the binary. I'm not sure why the compiler is doing this or how to change it but the other inaccuracy with the function is fixed. |
||
---|---|---|
.. | ||
ext | ||
res | ||
define.cpp | ||
define.h | ||
isle.cpp | ||
isle.h | ||
main.cpp |