From 7cf15157030efa6269f0d6ca70710e0458cc99b8 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 6 Aug 2001 15:56:40 +0000 Subject: [PATCH] --- source/game/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/game/game.cpp b/source/game/game.cpp index 7ea190510..9b97d0276 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -427,7 +427,7 @@ void CGameScene::think(int _frames) think_playing(1); think_playing(1); m_gamestate=GAMESTATE_TELEPORT_END; - CFader::setFadingIn(CFader::WHITE_FADE); + CFader::setFadingIn(); } break; case GAMESTATE_TELEPORT_END: @@ -713,7 +713,7 @@ int CGameScene::triggerTeleportEffect() if(m_gamestate==GAMESTATE_PLAYING) { m_gamestate=GAMESTATE_TELEPORT_START; - CFader::setFadingOut(CFader::WHITE_FADE); + CFader::setFadingOut(); return true; } return false;