diff options
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r-- | engines/avalanche/avalot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 292596b89f..5381edd6cb 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -69,10 +69,6 @@ static const int16 kCarryLimit = 12; // carry limit static const int16 kNumlockCode = 32; // Code for Num Lock static const int16 kMouseSize = 134; -struct MouseHotspotType { // mouse-void - int16 _horizontal, _vertical; -}; - struct PedType { int16 _x, _y; Direction _direction; |