Simplify. PushStack was only calling Push and possibly generating a function for each enumerated type which in the end only called Push. Rename PopStack -> Pop to be symmetric with Push.
This commit is contained in:
@@ -171,7 +171,7 @@ void MenuTimer::SetText( float fSeconds )
|
||||
lua_call(L, 1, 1);
|
||||
|
||||
RString sText;
|
||||
LuaHelpers::PopStack( sText, L );
|
||||
LuaHelpers::Pop( sText, L );
|
||||
|
||||
m_text[i].SetText( sText );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user