From 6dff1574590c60eab526b7dcc4061ec9f15c0821 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 7 Jan 2014 00:06:16 +0100 Subject: VOYEUR: Remove a couple of useless variables, change type of some other to use booleans, add CHECKME --- engines/voyeur/voyeur.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur/voyeur.h') diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index b114c526f0..552b9d035e 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -159,7 +159,7 @@ public: int _currentVocId; int _videoId; const int *_resolvePtr; - int _iForceDeath; + int _iForceDeath; // CHECKME: The original initializes it in ESP_init() int _checkTransitionId; int _gameHour; int _gameMinute; -- cgit v1.2.3