diff options
| author | Florian Kagerer | 2009-10-09 21:42:37 +0000 |
|---|---|---|
| committer | Florian Kagerer | 2009-10-09 21:42:37 +0000 |
| commit | 6f1c43a7311d5e942f055087e307d6a537e159c6 (patch) | |
| tree | 33b4604327c217b25bdf2a2a260591c8675586e4 | |
| parent | a8cd7694ccea215b6f003899333b1d727384b5b5 (diff) | |
| download | scummvm-rg350-6f1c43a7311d5e942f055087e307d6a537e159c6.tar.gz scummvm-rg350-6f1c43a7311d5e942f055087e307d6a537e159c6.tar.bz2 scummvm-rg350-6f1c43a7311d5e942f055087e307d6a537e159c6.zip | |
LOL/PC-98: fixed last commit
svn-id: r44849
| -rw-r--r-- | engines/kyra/sprites_lol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sprites_lol.cpp b/engines/kyra/sprites_lol.cpp index 26e47894a0..6056c36859 100644 --- a/engines/kyra/sprites_lol.cpp +++ b/engines/kyra/sprites_lol.cpp @@ -1022,7 +1022,7 @@ uint8 *LoLEngine::drawItemOrMonster(uint8 *shape, uint8 *table, int x, int y, in flg |= 2; if (_flags.use16ColorMode) { - if (_currentLevel = 22) + if (_currentLevel != 22) flg &= 0xdfff; } else { |
