mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
@@ -264,7 +264,7 @@ void towerlogic(Graphics& dwgfx, Game& game, entityclass& obj, musicclass& musi
|
|||||||
|
|
||||||
if (game.deathseq != -1)
|
if (game.deathseq != -1)
|
||||||
{
|
{
|
||||||
map.colsuperstate = 1; //cause the palette to go spastic!
|
map.colsuperstate = 1;
|
||||||
map.cameramode = 2;
|
map.cameramode = 2;
|
||||||
game.deathsequence(map, obj, music);
|
game.deathsequence(map, obj, music);
|
||||||
game.deathseq--;
|
game.deathseq--;
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ public function towerlogic(key:KeyPoll, dwgfx:dwgraphicsclass, game:gameclass, m
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (game.deathseq != -1) {
|
if (game.deathseq != -1) {
|
||||||
map.colsuperstate = 1; //cause the palette to go spastic!
|
map.colsuperstate = 1;
|
||||||
map.cameramode = 2;
|
map.cameramode = 2;
|
||||||
game.deathsequence(map, obj, music);
|
game.deathsequence(map, obj, music);
|
||||||
game.deathseq--;
|
game.deathseq--;
|
||||||
|
|||||||
Reference in New Issue
Block a user