This commit is contained in:
parent
f1fd2a9089
commit
126ef0af87
12 changed files with 46 additions and 73 deletions
|
@ -58,8 +58,8 @@
|
|||
#include "gfx\actor.h"
|
||||
#endif
|
||||
|
||||
#ifndef __FRONTEND_FRONTEND_H__
|
||||
#include "frontend\frontend.h"
|
||||
#ifndef __BACKEND_CREDITS_H__
|
||||
#include "backend\credits.h"
|
||||
#endif
|
||||
|
||||
#ifndef __MATHTABLE_HEADER__
|
||||
|
@ -314,7 +314,7 @@ void CPartyScene::think(int _frames)
|
|||
{
|
||||
m_readyToExit=true;
|
||||
CFader::setFadingOut();
|
||||
GameState::setNextScene(&FrontEndScene);
|
||||
GameState::setNextScene(&CreditsScene);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue