From 8b3829549a2c82a09f7475c35173238f7470d587 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 22 Aug 2016 20:22:41 -0400 Subject: TITANIC: Cleanup of engine references --- engines/titanic/game/bomb.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/titanic/game/bomb.cpp') diff --git a/engines/titanic/game/bomb.cpp b/engines/titanic/game/bomb.cpp index b1f3fdc5f7..f3f1129e22 100644 --- a/engines/titanic/game/bomb.cpp +++ b/engines/titanic/game/bomb.cpp @@ -21,7 +21,6 @@ */ #include "titanic/game/bomb.h" -#include "titanic/titanic.h" namespace Titanic { @@ -211,7 +210,7 @@ bool CBomb::EnterRoomMsg(CEnterRoomMsg *msg) { _fieldE8 = 17; _fieldEC = 9; _fieldF0 = 0; - _startingTicks = g_vm->_events->getTicksCount(); + _startingTicks = getTicksCount(); return true; } -- cgit v1.2.3