remove GetEnv that doesn't return nil

This commit is contained in:
Chris Danford
2005-04-05 01:12:00 +00:00
parent 1decc81ef9
commit 6e61349cf0
-1
View File
@@ -1947,7 +1947,6 @@ LuaFunction_NoArgs( CurStyleName, CString( GAMESTATE->m_pCurStyle == NULL ? "n
LuaFunction_NoArgs( GetNumPlayersEnabled, GAMESTATE->GetNumPlayersEnabled() )
LuaFunction_NoArgs( PlayerUsingBothSides, GAMESTATE->PlayerUsingBothSides() )
LuaFunction_NoArgs( GetEasiestNotesDifficulty, GAMESTATE->GetEasiestNotesDifficulty() )
LuaFunction_Str( GetEnv, ( GAMESTATE->m_mapEnv.find(str) != GAMESTATE->m_mapEnv.end() ) ? GAMESTATE->m_mapEnv[str] : "" )
LuaFunction_StrStr( SetEnv, GAMESTATE->m_mapEnv[str1] = str2 )
/* Return an integer into SONGMAN->m_pSongs. This lets us do input checking, which we