aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2019-06-19 15:53:50 +0200
committerEugene Sandulenko2019-09-03 17:16:49 +0200
commitcc88beff02c6b0f13e367f981efdbbd2228d0343 (patch)
treeba530722091e995929bf856390accd36d2acc7ef
parentff1530e256cbdffb34f458226f28de133311c145 (diff)
downloadscummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.tar.gz
scummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.tar.bz2
scummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.zip
HDB: Fix compilation
-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 1a86f2422c..cef784d079 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -372,7 +372,7 @@ struct AIEntTypeInfo {
void (*initFunc2)(AIEntity *e);
};
-AIEntTypeInfo aiEntList[];
+extern AIEntTypeInfo aiEntList[];
struct CineCommand {
CineType cmdType;