(svn r1595) EmergencySave() is only used on WIN32, add preprocessor guard to hide it everywhere else

pull/155/head
tron 20 years ago
parent 94d5aeabb2
commit c1edc5b9c8

@ -1134,11 +1134,13 @@ init_err:
return SL_OK;
}
#ifdef WIN32
bool EmergencySave(void)
{
SaveOrLoad("crash.sav", SL_SAVE);
return true;
}
#endif
void DoExitSave(void)
{

Loading…
Cancel
Save