Renamed ensureOpponentMenu() => ConstructOpponentMenu() for clarity.

This commit is contained in:
wrenczes@gmail.com
2010-12-29 11:04:37 +00:00
parent 11b65fe006
commit f2f9ae3168
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ private:
bool MusicExist(string FileName);
void loadPlayer(int playerId, int decknb = 0, int isAI = 0);
void ensureOpponentMenu(); //loads the opponentMenu if it doesn't exist
void ConstructOpponentMenu(); //loads the opponentMenu if it doesn't exist
void initScroller();
public: