AGI: getflag/setflag/etc. cleanup

renamed getflag() to getFlag()
renamed setflag() to setFlag()
renamed flipflag() to flipFlag()
preagi: renamed setFlag for this engine to setWinnieFlag
This commit is contained in:
Martin Kiewitz 2016-01-31 17:56:53 +01:00
parent 82b958f274
commit 4bc01ab7d5
22 changed files with 116 additions and 111 deletions

View file

@ -127,7 +127,7 @@ void InventoryMgr::show() {
// figure out current inventory of the player
getPlayerInventory();
if (_vm->getflag(VM_FLAG_STATUS_SELECTS_ITEMS)) {
if (_vm->getFlag(VM_FLAG_STATUS_SELECTS_ITEMS)) {
selectItems = true;
} else{
_activeItemNr = -1; // so that none is shown as active