diff --git a/makefile.gaz b/makefile.gaz index 8c7892321..f980e6841 100644 --- a/makefile.gaz +++ b/makefile.gaz @@ -48,8 +48,7 @@ CD_FILESYS_LIB := CMXBoot # Source Code to Compile #---------------------------------------------------------------------------- -backend_src := complete \ - credits \ +backend_src := credits \ gameover \ party diff --git a/source/paul/scenesel.cpp b/source/paul/scenesel.cpp index 291d2e407..1d8ce5db6 100644 --- a/source/paul/scenesel.cpp +++ b/source/paul/scenesel.cpp @@ -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, diff --git a/users/paul/spongebob project/spongebob project.dsp b/users/paul/spongebob project/spongebob project.dsp index 5af1040c7..02d12a775 100644 --- a/users/paul/spongebob project/spongebob project.dsp +++ b/users/paul/spongebob project/spongebob project.dsp @@ -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