This commit is contained in:
parent
1b88cc69b1
commit
11c642050f
4 changed files with 40 additions and 48 deletions
|
@ -115,11 +115,11 @@ const s32 Scale = (512<<12)/(256);
|
|||
void CGameScene::init()
|
||||
{
|
||||
// Setup Constant Camera Matrix
|
||||
SetIdentNoTrans(&CamMtx);
|
||||
CamMtx.t[2]=ZPos;
|
||||
// SetIdentNoTrans(&CamMtx);
|
||||
// CamMtx.t[2]=ZPos;
|
||||
// AspectCorrectCamera();
|
||||
SetRotMatrix(&CamMtx);
|
||||
SetTransMatrix(&CamMtx);
|
||||
// SetRotMatrix(&CamMtx);
|
||||
// SetTransMatrix(&CamMtx);
|
||||
|
||||
|
||||
s_genericFont=new ("CGameScene::Init") FontBank();
|
||||
|
@ -137,8 +137,6 @@ void CGameScene::init()
|
|||
|
||||
CFader::setFadingIn();
|
||||
initLevel();
|
||||
// CFileIO::EnableASync(true);
|
||||
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -161,7 +159,6 @@ int CGameScene::canPause()
|
|||
|
||||
void CGameScene::shutdown()
|
||||
{
|
||||
// CFileIO::EnableASync(false);
|
||||
shutdownLevel();
|
||||
CSoundMediator::dumpSong();
|
||||
|
||||
|
@ -190,8 +187,6 @@ void CGameScene::think(int _frames)
|
|||
// }
|
||||
//#endif
|
||||
|
||||
// CFileIO::LoadASyncFiles();
|
||||
|
||||
if(s_readyToExit)
|
||||
{
|
||||
// Temporarily.. exiting game scene always goes back to the front end (pkg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue