diff options
author | Andrei Prykhodko | 2018-06-30 20:16:40 +0300 |
---|---|---|
committer | Andrei Prykhodko | 2018-06-30 20:16:40 +0300 |
commit | ca79603a1ef1fcf182b56900f75bef5b04db1920 (patch) | |
tree | d5f3afe119041a7dca1f904afce5128212f28066 /engines/pink | |
parent | 4f13195e8c4f5301ec07b62de33ab23d2e7243d5 (diff) | |
download | scummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.tar.gz scummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.tar.bz2 scummvm-rg350-ca79603a1ef1fcf182b56900f75bef5b04db1920.zip |
PINK: removed unused field
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/objects/actors/lead_actor.h | 2 |
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; }; |