Renamed gameName -> gameId, to keep the same vocabulary everywhere
svn-id: r46635
This commit is contained in:
parent
f01a6c9adf
commit
fabe51c129
15 changed files with 35 additions and 35 deletions
|
@ -89,7 +89,7 @@ void SciGui::init(bool usesOldGfxFunctions) {
|
|||
_usesOldGfxFunctions = usesOldGfxFunctions;
|
||||
|
||||
_gfx->init(_text);
|
||||
_windowMgr->init(_s->_gameName);
|
||||
_windowMgr->init(_s->_gameId);
|
||||
_menu->init(_s->gfx_state);
|
||||
initPriorityBands();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue