This commit is contained in:
parent
25ffde600e
commit
ab0d10d805
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
CamMtx.t[2]=ZPos;
|
||||||
|
|
||||||
CFader::setFadingIn();
|
CFader::setFadingIn();
|
||||||
|
|
||||||
|
SetGeomOffset( GX, GY );
|
||||||
|
SetGeomScreen(GH);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue