diff options
-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 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; |