diff options
author | Eugene Sandulenko | 2019-06-19 15:53:50 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:49 +0200 |
commit | cc88beff02c6b0f13e367f981efdbbd2228d0343 (patch) | |
tree | ba530722091e995929bf856390accd36d2acc7ef | |
parent | ff1530e256cbdffb34f458226f28de133311c145 (diff) | |
download | scummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.tar.gz scummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.tar.bz2 scummvm-rg350-cc88beff02c6b0f13e367f981efdbbd2228d0343.zip |
HDB: Fix compilation
-rw-r--r-- | engines/hdb/ai.h | 2 |
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; |