GetNextScreen -> GetNextScreenName (makes return type more clear in Lua)

This commit is contained in:
Chris Danford
2007-08-25 03:13:16 +00:00
parent 06212434a5
commit 09e3f1872e
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -533,7 +533,7 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
m_sNextScreen = sThisScreen;
// If options set a NextScreen or one is specified in metrics, then fade out
if( GetNextScreen() == "" )
if( GetNextScreenName() == "" )
{
LOG->Warn( "%s::HandleScreenMessage: Tried to fade out, but we have no next screen", m_sName.c_str() );
return;