This commit is contained in:
parent
655a98eb95
commit
f264581ec6
3 changed files with 1 additions and 15 deletions
|
@ -48,8 +48,7 @@ CD_FILESYS_LIB := CMXBoot
|
|||
# Source Code to Compile
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
backend_src := complete \
|
||||
credits \
|
||||
backend_src := credits \
|
||||
gameover \
|
||||
party
|
||||
|
||||
|
|
|
@ -55,10 +55,6 @@
|
|||
#include "backend\gameover.h"
|
||||
#endif
|
||||
|
||||
#ifndef __BACKEND_COMPLETE_H__
|
||||
#include "backend\complete.h"
|
||||
#endif
|
||||
|
||||
#ifndef __MAP_MAP_H__
|
||||
#include "map\map.h"
|
||||
#endif
|
||||
|
@ -108,7 +104,6 @@ CScene *CSceneSelector::s_sceneList[]=
|
|||
&GameScene, // First scene in the list is the default scene
|
||||
&FrontEndScene,
|
||||
&GameOverScene,
|
||||
&GameCompletedScene,
|
||||
&FmaScene,
|
||||
&MapScene,
|
||||
&ShopScene,
|
||||
|
|
|
@ -89,14 +89,6 @@ CFG=spongebob project - Win32 Debug
|
|||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\backend\complete.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\backend\complete.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\backend\credits.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue