aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/inventory.h
diff options
context:
space:
mode:
authorD G Turner2012-09-23 18:12:34 +0100
committerD G Turner2012-09-23 18:12:34 +0100
commit82e9011d24f6f019a1803e982b3eac4cc4c142a3 (patch)
tree6646005e6732eaf87f9f7d8e8ff053c4bda7e289 /engines/teenagent/inventory.h
parentfba9c88ea7a8b37a912cef90fce3a0df102976b0 (diff)
downloadscummvm-rg350-82e9011d24f6f019a1803e982b3eac4cc4c142a3.tar.gz
scummvm-rg350-82e9011d24f6f019a1803e982b3eac4cc4c142a3.tar.bz2
scummvm-rg350-82e9011d24f6f019a1803e982b3eac4cc4c142a3.zip
TEENAGENT: Cleanup Inventory class.
This removes the underscores in various variables as per project coding standard.
Diffstat (limited to 'engines/teenagent/inventory.h')
-rw-r--r--engines/teenagent/inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/inventory.h b/engines/teenagent/inventory.h
index 358ab93d88..ab97d3b4d6 100644
--- a/engines/teenagent/inventory.h
+++ b/engines/teenagent/inventory.h
@@ -172,9 +172,9 @@ private:
Item() : _hovered(false) {}
void free();
- void load(Inventory *inventory, uint item_id);
+ void load(Inventory *inventory, uint itemId);
void backgroundEffect(Graphics::Surface *s);
- void render(Inventory *inventory, uint item_id, Graphics::Surface *surface, int delta);
+ void render(Inventory *inventory, uint itemId, Graphics::Surface *surface, int delta);
};
Item _graphics[inventorySize];