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.
This commit is contained in:
Clownacy 2020-07-01 21:57:57 +01:00
parent c99d38274d
commit 5983b8e234

View file

@ -732,7 +732,7 @@ void CortBox2(const RECT *rect, unsigned long col, SurfaceID surf_no)
// 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;