This commit is contained in:
Daveo 2001-01-17 21:53:31 +00:00
parent 25ffde600e
commit ab0d10d805

View File

@ -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);
}
/*****************************************************************************/