aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/mixer.h
diff options
context:
space:
mode:
authorStrangerke2011-06-29 00:35:21 +0200
committerStrangerke2011-06-29 00:35:21 +0200
commit290305ad4320a489d6dc98279433e0d3b3a7de40 (patch)
tree789a74aef3deab500f4485833f44e03a917202d1 /engines/cge/mixer.h
parente25f9c71f525a0feba28648a93846d7c9435f6e2 (diff)
downloadscummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.tar.gz
scummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.tar.bz2
scummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.zip
CGE: Cleanup : Start renaming. Add BMPLoad() function
Diffstat (limited to 'engines/cge/mixer.h')
-rw-r--r--engines/cge/mixer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cge/mixer.h b/engines/cge/mixer.h
index d589aceaea..d42d25ca24 100644
--- a/engines/cge/mixer.h
+++ b/engines/cge/mixer.h
@@ -39,11 +39,11 @@ namespace CGE {
#define MIX_BHIG 6 // mixer button high
#define MIX_NAME 105 // sprite name
-class MIXER : public SPRITE {
+class MIXER : public Sprite {
BMP_PTR mb[2];
BMP_PTR lb[MIX_MAX + 1];
- SEQ ls[MIX_MAX];
- SPRITE *Led[2];
+ Seq ls[MIX_MAX];
+ Sprite *Led[2];
int Fall;
void Update(void);
public: