aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorjepael2019-09-26 21:41:46 +0300
committerD G Turner2019-09-26 20:01:24 +0100
commitf702537820622baf6bf0252636cc8f792bc9a0aa (patch)
tree7622307a98b8029d34022eef5772a880c8c8f7a0 /engines/hdb/ai.h
parent19a2195ba2cde329ccb9b9cd303c163b6ad4fe9c (diff)
downloadscummvm-rg350-f702537820622baf6bf0252636cc8f792bc9a0aa.tar.gz
scummvm-rg350-f702537820622baf6bf0252636cc8f792bc9a0aa.tar.bz2
scummvm-rg350-f702537820622baf6bf0252636cc8f792bc9a0aa.zip
HDB: Fix Shadowed Variable Compiler Warning
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index a456cde782..47d810bf03 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -845,7 +845,7 @@ public:
// Entity Functions
AIEntity *spawn(AIType type, AIDir dir, int x, int y, const char *funcInit, const char *funcAction, const char *funcUse, AIDir dir2, int level, int value1, int value2, int callInit);
- bool cacheEntGfx(AIEntity *e, bool init);
+ bool cacheEntGfx(AIEntity *e, bool initFlag);
void stopEntity(AIEntity *e);
AIEntity *locateEntity(const char *luaName);
AIEntity *findEntity(int x, int y);