aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-06-30 20:16:40 +0300
committerAndrei Prykhodko2018-06-30 20:16:40 +0300
commitca79603a1ef1fcf182b56900f75bef5b04db1920 (patch)
treed5f3afe119041a7dca1f904afce5128212f28066 /engines
parent4f13195e8c4f5301ec07b62de33ab23d2e7243d5 (diff)
downloadscummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.tar.gz
scummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.tar.bz2
scummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.zip
PINK: removed unused field
Diffstat (limited to 'engines')
-rw-r--r--engines/pink/objects/actors/lead_actor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/pink/objects/actors/lead_actor.h b/engines/pink/objects/actors/lead_actor.h
index 543ee3f89b..f115ac4312 100644
--- a/engines/pink/objects/actors/lead_actor.h
+++ b/engines/pink/objects/actors/lead_actor.h
@@ -154,8 +154,6 @@ protected:
private:
bool playingMiniGame();
-
- int _round;
};