mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
setup opcode table *before* using it to avoid crashes :-)
svn-id: r11156
This commit is contained in:
parent
5bf6e9afa0
commit
8ad1ec4453
@ -170,8 +170,8 @@ public:
|
||||
_speechScriptWaiting(0), _speechTextBlocNo(0),
|
||||
_choosing(false), _unpauseZone(0) {
|
||||
memset(_subjectList, 0, sizeof(_subjectList));
|
||||
initStartMenu();
|
||||
setupOpcodes();
|
||||
initStartMenu();
|
||||
}
|
||||
|
||||
// "TEXT" - current official text line number - will match the wav
|
||||
|
Loading…
x
Reference in New Issue
Block a user