aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
diff options
context:
space:
mode:
authorNipun Garg2019-06-19 17:46:50 +0530
committerEugene Sandulenko2019-09-03 17:16:49 +0200
commitcc801cc7a1702efd0a9dbee9cbe8396cee3d1b06 (patch)
tree5ee9e4a3874649516b1ddddc0a4fd21163b6b8d9 /engines/hdb
parent9fbdad25b300656f60963c94e42c51284b542067 (diff)
downloadscummvm-rg350-cc801cc7a1702efd0a9dbee9cbe8396cee3d1b06.tar.gz
scummvm-rg350-cc801cc7a1702efd0a9dbee9cbe8396cee3d1b06.tar.bz2
scummvm-rg350-cc801cc7a1702efd0a9dbee9cbe8396cee3d1b06.zip
HDB: Remove extern storage type from aiEntList
Diffstat (limited to 'engines/hdb')
-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 bcc2a6c0ed..0d76eec248 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -372,7 +372,7 @@ struct AIEntTypeInfo {
void (*initFunc2)(AIEntity *e);
};
-extern AIEntTypeInfo aiEntList[];
+AIEntTypeInfo aiEntList[];
struct CineCommand {
CineType cmdType;