aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-18 22:37:33 -0400
committerPaul Gilbert2014-03-18 22:37:33 -0400
commit5b4b7a5ca972f533c7a6129e84fd5d26e3b2ebb6 (patch)
treec815932473b1e5a32ce22a0d70cf9f41fe6a1f8f /engines/mads/sprites.h
parent4875c83f1023585ff7c807f5633aac84eb5e3c2b (diff)
downloadscummvm-rg350-5b4b7a5ca972f533c7a6129e84fd5d26e3b2ebb6.tar.gz
scummvm-rg350-5b4b7a5ca972f533c7a6129e84fd5d26e3b2ebb6.tar.bz2
scummvm-rg350-5b4b7a5ca972f533c7a6129e84fd5d26e3b2ebb6.zip
MADS: Finished UISlots::draw method
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index 6118924de7..2017961d29 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -31,8 +31,8 @@
namespace MADS {
enum SlotType {
- ST_NONE = 0, ST_FOREGROUND = 1, ST_BACKGROUND = -4, ST_MINUS3 = -3,
- ST_FULL_SCREEN_REFRESH = -2, ST_EXPIRED = -1
+ ST_NONE = 0, ST_FOREGROUND = 1, ST_MINUS5 = -5, ST_BACKGROUND = -4,
+ ST_MINUS3 = -3, ST_FULL_SCREEN_REFRESH = -2, ST_EXPIRED = -1
};
class MADSEngine;