Change Personal Nightmare support to optional, until setjmp/longjmp code is converted.
svn-id: r39253
This commit is contained in:
parent
b2d49eaeef
commit
2bd2fe43c5
17 changed files with 39 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue