From cc801cc7a1702efd0a9dbee9cbe8396cee3d1b06 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Wed, 19 Jun 2019 17:46:50 +0530 Subject: HDB: Remove extern storage type from aiEntList --- engines/hdb/ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb') 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; -- cgit v1.2.3