From 996b2aa43ca5615001d5aa0004a71612cc677eac Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 6 Jan 2014 07:47:47 +0100 Subject: VOYEUR: Use boolean for _isAM instead of int --- engines/voyeur/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur/events.h') diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h index bd119f2fb8..a8ef89aaee 100644 --- a/engines/voyeur/events.h +++ b/engines/voyeur/events.h @@ -67,7 +67,7 @@ struct VoyeurEvent { class SVoy { public: - int _isAM; + bool _isAM; int _RTANum; int _RTVNum; int _switchBGNum; -- cgit v1.2.3