From 79a4a37e8d838b2ff683785f7c9009da38bbcc33 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 13 Jul 2019 22:54:41 +0530 Subject: HDB: Initialize Weapon Gfx --- engines/hdb/ai-init.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/hdb/ai-init.cpp b/engines/hdb/ai-init.cpp index 7914d93f43..f4b96ce0c8 100644 --- a/engines/hdb/ai-init.cpp +++ b/engines/hdb/ai-init.cpp @@ -1022,6 +1022,7 @@ bool AI::init() { _dummyLaser.type = AI_LASERBEAM; strcpy(_dummyPlayer.entityName, "Virtual Player"); _playerRunning = false; + _weaponSelGfx = NULL; restartSystem(); return true; -- cgit v1.2.3