This commit is contained in:
parent
319c261bd5
commit
59e41ee5af
1 changed files with 5 additions and 4 deletions
|
@ -93,8 +93,7 @@
|
||||||
|
|
||||||
//int GX=512/2;
|
//int GX=512/2;
|
||||||
//int GY=256/;
|
//int GY=256/;
|
||||||
int GH=256;
|
int RenderZ=256;
|
||||||
int ZPos=5100/16;
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
@ -137,14 +136,16 @@ void CGameScene::init()
|
||||||
// SetRotMatrix(&CamMtx);
|
// SetRotMatrix(&CamMtx);
|
||||||
// SetTransMatrix(&CamMtx);
|
// SetTransMatrix(&CamMtx);
|
||||||
|
|
||||||
|
SetGeomScreen(RenderZ);
|
||||||
|
CamMtx.t[2]=RenderZ;
|
||||||
|
SetTransMatrix(&CamMtx);
|
||||||
|
|
||||||
s_genericFont=new ("CGameScene::Init") FontBank();
|
s_genericFont=new ("CGameScene::Init") FontBank();
|
||||||
s_genericFont->initialise( &standardFont );
|
s_genericFont->initialise( &standardFont );
|
||||||
s_genericFont->setColour( 255, 255 , 0 );
|
s_genericFont->setColour( 255, 255 , 0 );
|
||||||
VidSetClearScreen(0);
|
VidSetClearScreen(0);
|
||||||
|
|
||||||
// SetGeomOffset( GX, GY );
|
|
||||||
SetGeomScreen(GH);
|
|
||||||
|
|
||||||
m_pauseMenu=new ("Pause Menu") CPauseMenu();
|
m_pauseMenu=new ("Pause Menu") CPauseMenu();
|
||||||
m_pauseMenu->init();
|
m_pauseMenu->init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue