diff options
author | Strangerke | 2013-09-07 01:26:28 +0200 |
---|---|---|
committer | Strangerke | 2013-09-07 01:26:28 +0200 |
commit | 7be84e9d52cb90bd14a84926bbad34da707ea5d6 (patch) | |
tree | 1a42c6dbbb94080b3671c396950b0f837aa98b5d | |
parent | 73afd0d8e1771110a6e7b3744acacd00fc6ca1b6 (diff) | |
download | scummvm-rg350-7be84e9d52cb90bd14a84926bbad34da707ea5d6.tar.gz scummvm-rg350-7be84e9d52cb90bd14a84926bbad34da707ea5d6.tar.bz2 scummvm-rg350-7be84e9d52cb90bd14a84926bbad34da707ea5d6.zip |
AVALANCHE: Fix some more Clang warnings
-rw-r--r-- | engines/avalanche/trip6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/trip6.h b/engines/avalanche/trip6.h index 4deebbc104..655adae8b6 100644 --- a/engines/avalanche/trip6.h +++ b/engines/avalanche/trip6.h @@ -235,9 +235,9 @@ public: private: AvalancheEngine *_vm; - ByteField r; - - int16 beforex, beforey; + // CHECKME: Useless? + // ByteField r; + // int16 beforex, beforey; byte checkfeet(int16 x1, int16 x2, int16 oy, int16 y, byte yl); |