aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorVincent Hamm2002-03-05 22:23:48 +0000
committerVincent Hamm2002-03-05 22:23:48 +0000
commit720c41a25f8a302985898846f23dff441197c782 (patch)
tree49b219f2362a709347c20568d286967a355dc594 /scumm.h
parent0d46f4a2f2f8d96c1c5ec16350f3867a697686c6 (diff)
downloadscummvm-rg350-720c41a25f8a302985898846f23dff441197c782.tar.gz
scummvm-rg350-720c41a25f8a302985898846f23dff441197c782.tar.bz2
scummvm-rg350-720c41a25f8a302985898846f23dff441197c782.zip
Fixed a few things with V7 and samnmax midi (still not working)
svn-id: r3655
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/scumm.h b/scumm.h
index 9c170b9186..63918726af 100644
--- a/scumm.h
+++ b/scumm.h
@@ -573,33 +573,21 @@ struct Actor {
byte new_3;
int8 layer;
ActorWalkData walkdata;
-//#if defined(FULL_THROTTLE)
int16 animVariable[16];
-//#endif
uint16 sound[8];
CostumeData cost;
byte palette[64];
};
-#if defined(FULL_THROTTLE)
struct CameraData {
Point _cur;
Point _dest;
Point _accel;
Point _last;
- byte _follows;
- bool _movingToActor;
-};
-#else
-struct CameraData {
- Point _cur;
- Point _dest;
- Point _last;
int _leftTrigger, _rightTrigger;
byte _follows, _mode;
bool _movingToActor;
};
-#endif
#define ARRAY_HDR_SIZE 6
struct ArrayHeader {