- Basic Mac support: Everything compiles but does not yet link.
SVN r1780 (trunk)
This commit is contained in:
parent
3f003e06db
commit
33a397c04b
27 changed files with 216 additions and 72 deletions
|
|
@ -1832,8 +1832,8 @@ void DACSThinker::Serialize (FArchive &arc)
|
|||
if (RunningScripts[i])
|
||||
arc << RunningScripts[i] << i;
|
||||
}
|
||||
DLevelScript *nil = NULL;
|
||||
arc << nil;
|
||||
DLevelScript *nilptr = NULL;
|
||||
arc << nilptr;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue