aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorStrangerke2019-08-19 00:47:34 +0200
committerEugene Sandulenko2019-09-03 17:17:34 +0200
commit2178770898938b5b13e5ece25ea8f0b26e0c728c (patch)
tree0ccc0b00ab2170bfd9978f6d7604041f113ca9e2 /engines/hdb/ai.h
parent23c7dc8ebd6f6443f476de010129bb01aff210b4 (diff)
downloadscummvm-rg350-2178770898938b5b13e5ece25ea8f0b26e0c728c.tar.gz
scummvm-rg350-2178770898938b5b13e5ece25ea8f0b26e0c728c.tar.bz2
scummvm-rg350-2178770898938b5b13e5ece25ea8f0b26e0c728c.zip
HDB: Change init functions to handle errors
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 bd418904a5..572ab79186 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -803,7 +803,7 @@ public:
AI();
~AI();
- bool init();
+ void init();
void clearPersistent();
void restartSystem();
const char *funcLookUp(void(*function)(AIEntity *e));