- moved pause/unpause scripts into lua,

- add/reorder lua opcodes
This commit is contained in:
Pawel Kolodziejski 2004-11-06 14:04:08 +00:00
parent dd101c18a2
commit d219ab0f50
5 changed files with 422 additions and 207 deletions

View file

@ -259,7 +259,7 @@ void Engine::savegameRestore() {
// unlock resources
gzclose(_savegameFileHandle);
lua_dofile("patch05.bin");
//do_dofile("patch05.bin");
}
void Engine::savegameCallback(void (*func)(void *, int32)) {