fix leftover text

This commit is contained in:
Glenn Maynard
2006-03-13 22:58:31 +00:00
parent 5e49ad7a01
commit 0b5d587a89
+3
View File
@@ -88,6 +88,9 @@ void ScreenPrompt::BeginScreen()
SET_XY_AND_ON_COMMAND( m_textAnswer[i] );
}
for( int i=g_PromptType+1; i<NUM_PROMPT_ANSWERS; i++ )
m_textAnswer[i].SetText( "" );
PositionCursor();
}