ref: 5983b8e2341196cd55b9dfb6411d7fdec95dd731
parent: c99d38274d1b82164371a87a52890e9c9a297a2e
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 1 17:57:57 EDT 2020
Don't mark `out` as static Causes it to be put in the wrong part of the EXE for some reason, even though we know from the Mac port that it *was* static.
--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -732,7 +732,7 @@
// Dummied-out log function
// According to the Mac port, its name really is just "out".
-static BOOL out(int unknown)
+BOOL out(int unknown)
{
char unknown2[0x100];
int unknown3;