ScreenPrompt::Prompt update

This commit is contained in:
Glenn Maynard
2005-07-03 04:34:53 +00:00
parent 0e09a3fb3d
commit 2cb0658151
5 changed files with 17 additions and 14 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
#include "ThemeManager.h"
#include "FontCharAliases.h"
#include "ScreenDimensions.h"
#include "ScreenPrompt.h"
#include "ActorUtil.h"
@@ -386,7 +387,7 @@ void ScreenTextEntry::End( bool bCancelled )
bool bValidAnswer = m_pValidate( sAnswer, sError );
if( !bValidAnswer )
{
SCREENMAN->Prompt( SM_None, sError );
ScreenPrompt::Prompt( SM_None, sError );
return; // don't end this screen.
}
}