From 59e41ee5af71c97499343f24737fc8540e450945 Mon Sep 17 00:00:00 2001 From: Daveo Date: Fri, 20 Apr 2001 11:32:52 +0000 Subject: [PATCH] --- source/game/game.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/game/game.cpp b/source/game/game.cpp index cc728a8ba..613a94a52 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -93,8 +93,7 @@ //int GX=512/2; //int GY=256/; -int GH=256; -int ZPos=5100/16; +int RenderZ=256; /*****************************************************************************/ @@ -137,14 +136,16 @@ void CGameScene::init() // SetRotMatrix(&CamMtx); // SetTransMatrix(&CamMtx); + SetGeomScreen(RenderZ); + CamMtx.t[2]=RenderZ; + SetTransMatrix(&CamMtx); s_genericFont=new ("CGameScene::Init") FontBank(); s_genericFont->initialise( &standardFont ); s_genericFont->setColour( 255, 255 , 0 ); VidSetClearScreen(0); -// SetGeomOffset( GX, GY ); - SetGeomScreen(GH); + m_pauseMenu=new ("Pause Menu") CPauseMenu(); m_pauseMenu->init();