diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/lol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp index bdc0364c5a..c45d23b2d3 100644 --- a/engines/kyra/lol.cpp +++ b/engines/kyra/lol.cpp @@ -2377,7 +2377,7 @@ void LoLEngine::processMagicIce(int charNum, int spellLevel) { //uint8 pal2[768]; //uint8 pal3[768]; - if (_currentLevel = 11 && !(_freezeStateFlags & 4)) { + if (_currentLevel == 11 && !(_freezeStateFlags & 4)) { for (int i = 1; i < 384; i++) { ///////// TODO |