aboutsummaryrefslogtreecommitdiff
path: root/sword1/mouse.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-12-21 18:50:05 +0000
committerRobert Göffringmann2003-12-21 18:50:05 +0000
commite342d624d0fb9bbdc9c2a90a0ec1afcf8065dcec (patch)
tree8c523008cf8904e0910b61ec73386fd43d759196 /sword1/mouse.h
parent2be2cb6d3e843111a4c862e084510b5a811d699b (diff)
downloadscummvm-rg350-e342d624d0fb9bbdc9c2a90a0ec1afcf8065dcec.tar.gz
scummvm-rg350-e342d624d0fb9bbdc9c2a90a0ec1afcf8065dcec.tar.bz2
scummvm-rg350-e342d624d0fb9bbdc9c2a90a0ec1afcf8065dcec.zip
fix mouse bugs (fixes chess puzzle)
svn-id: r11834
Diffstat (limited to 'sword1/mouse.h')
-rw-r--r--sword1/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/mouse.h b/sword1/mouse.h
index 76a16dbadd..c96aad63eb 100644
--- a/sword1/mouse.h
+++ b/sword1/mouse.h
@@ -95,7 +95,7 @@ private:
uint16 _mouseX, _mouseY;
uint32 _currentPtrId, _frame;
- uint8 _mouseStatus, _mouseCount;
+ uint8 _mouseCount;
uint16 _numObjs;
uint16 _lastState, _state;
uint32 _getOff;