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:
parent
c99d38274d
commit
5983b8e234
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ void CortBox2(const RECT *rect, unsigned long col, SurfaceID surf_no)
|
||||||
|
|
||||||
// Dummied-out log function
|
// Dummied-out log function
|
||||||
// According to the Mac port, its name really is just "out".
|
// According to the Mac port, its name really is just "out".
|
||||||
static BOOL out(int unknown)
|
BOOL out(int unknown)
|
||||||
{
|
{
|
||||||
char unknown2[0x100];
|
char unknown2[0x100];
|
||||||
int unknown3;
|
int unknown3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue