ScreenTextEntry::TextEntry/ScreenTextEntry::Password

This commit is contained in:
Glenn Maynard
2005-07-03 04:45:34 +00:00
parent ea97ec6095
commit 9b08148f60
9 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "RoomWheel.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "ScreenManager.h"
#include "ScreenTextEntry.h"
AutoScreenMessage( SM_BackFromRoomName )
@@ -89,7 +89,7 @@ bool RoomWheel::Select()
{
// Since this is not actually an option outside of this wheel NULL is a good idea.
m_LastSelection = NULL;
SCREENMAN->TextEntry( SM_BackFromRoomName, "Enter Room Name:", "", 255 );
ScreenTextEntry::TextEntry( SM_BackFromRoomName, "Enter Room Name:", "", 255 );
}
return false;
}