(internal) GetSelectionIndexOfPlayer -> GetPlayerSelectionIndex; less wordy

This commit is contained in:
AJ Kelly
2010-12-20 19:37:01 -06:00
parent 8e742dce5a
commit 824f2641bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
virtual bool AllowLateJoin() const { return true; }
// sm-ssc additions:
int GetSelectionIndexOfPlayer(PlayerNumber pn){ return GetSelectionIndex(pn); }
int GetPlayerSelectionIndex(PlayerNumber pn){ return GetSelectionIndex(pn); }
// Lua
virtual void PushSelf( lua_State *L );