From cc88beff02c6b0f13e367f981efdbbd2228d0343 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 19 Jun 2019 15:53:50 +0200 Subject: HDB: Fix compilation --- engines/hdb/ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3