From ab0d10d8058e0e48330b33fe6375ea89f4f96667 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 17 Jan 2001 21:53:31 +0000 Subject: [PATCH] --- source/game/game.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/game/game.cpp b/source/game/game.cpp index 124f5ef65..7bfbc1cae 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -39,7 +39,10 @@ -int ZPos=6500; +int GX=248; +int GY=129; +int GH=256; +int ZPos=5100; /*****************************************************************************/ @@ -73,6 +76,10 @@ void CGameScene::init() CamMtx.t[2]=ZPos; CFader::setFadingIn(); + + SetGeomOffset( GX, GY ); + SetGeomScreen(GH); + } /*****************************************************************************/