diff options
Diffstat (limited to 'engines/griffon/resources.cpp')
-rw-r--r-- | engines/griffon/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/resources.cpp b/engines/griffon/resources.cpp index 19c80e4f8b..e81502ec75 100644 --- a/engines/griffon/resources.cpp +++ b/engines/griffon/resources.cpp @@ -763,7 +763,7 @@ void GriffonEngine::loadMap(int mapnum) { } // academy crystal - if (_curmap == 24 && _player.foundspell[0] == 0 && _scriptflag[kScriptFindCtystal][0] == 1) { + if (_curmap == 24 && _player.foundSpell[0] == 0 && _scriptflag[kScriptFindCtystal][0] == 1) { cx = 9; cy = 7; |