mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
TWINE: Remove unused private member
Detected by Clang.
This commit is contained in:
parent
6f1fb146b9
commit
61843256be
@ -114,14 +114,6 @@ private:
|
||||
|
||||
bool heroAction = false;
|
||||
|
||||
/**
|
||||
* @brief This is a bitmask of 4 bits that is changed whenever a cursor key has changed. A set bit
|
||||
* does not mean that the cursor is pressed - but that a change has happened in this particular frame
|
||||
*
|
||||
* @note This value is reset with every single call to @c readKeys()
|
||||
*/
|
||||
uint8 cursorKeyMask = 0;
|
||||
|
||||
public:
|
||||
Movements(TwinEEngine *engine);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user