Change Personal Nightmare support to optional, until setjmp/longjmp code is converted.

svn-id: r39253
This commit is contained in:
Travis Howell 2009-03-09 02:25:29 +00:00
parent b2d49eaeef
commit 2bd2fe43c5
17 changed files with 39 additions and 4 deletions

View file

@ -1553,6 +1553,7 @@ bool AGOSEngine_Elvira2::saveGame(uint slot, const char *caption) {
return result;
}
#ifdef ENABLE_PN
// Personal Nightmare specific
bool AGOSEngine_PN::badload(int8 errorNum) {
if (errorNum == -2)
@ -1673,5 +1674,6 @@ void AGOSEngine_PN::dbtosysf() {
ct++;
}
}
#endif
} // End of namespace AGOS