Found another dumb comment, removed

see b0ffdf0153
This commit is contained in:
TerryCavanagh 2020-01-17 13:47:34 +01:00
parent 2aa4aa5f8a
commit b3bc8d565c
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ void towerlogic(Graphics& dwgfx, Game& game, entityclass& obj, musicclass& musi
if (game.deathseq != -1)
{
map.colsuperstate = 1; //cause the palette to go spastic!
map.colsuperstate = 1;
map.cameramode = 2;
game.deathsequence(map, obj, music);
game.deathseq--;

View File

@ -231,7 +231,7 @@ public function towerlogic(key:KeyPoll, dwgfx:dwgraphicsclass, game:gameclass, m
}
if (game.deathseq != -1) {
map.colsuperstate = 1; //cause the palette to go spastic!
map.colsuperstate = 1;
map.cameramode = 2;
game.deathsequence(map, obj, music);
game.deathseq--;