sandbox is now a sandbox again; add a Test container, move

the sound test into a separate screen and add a font test
This commit is contained in:
Glenn Maynard
2003-01-09 04:45:49 +00:00
parent 3f3032e89d
commit 5c2f183669
12 changed files with 452 additions and 197 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ void ScreenTitleMenu::HandleScreenMessage( const ScreenMessage SM )
break;
#ifdef _DEBUG
case CHOICE_SANDBOX:
SCREENMAN->SetNewScreen( "ScreenSandbox" );
SCREENMAN->SetNewScreen( "ScreenTest" );
break;
#endif
case CHOICE_EDIT: