hack to fix start on MiniMenu

(I have some thoughts to clean this up, on the lines of allowing NextScreen
to expicitly say "pop a screen", but I need to think about it some more.)
This commit is contained in:
Glenn Maynard
2006-01-17 23:43:20 +00:00
parent 04a702ea22
commit 9234462123
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ class ScreenMiniMenu : public ScreenOptions
public:
static void MiniMenu( MenuDef* pDef, ScreenMessage smSendOnOK, ScreenMessage smSendOnCancel = SM_None, float fX = 0, float fY = 0 );
void BeginScreen();
void LoadMenu( const MenuDef* pDef );
void HandleScreenMessage( const ScreenMessage SM );