aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2007-02-04 15:45:15 +0000
committerSven Hesse2007-02-04 15:45:15 +0000
commitf54a97a02cfcf7abf8fd06cbed25aa7bba7d41ee (patch)
treef2abe52c7d32b98943c1292d47465bdf92041f7d /engines/gob/gob.h
parent8f084baf66a2ce3b09103f6ea133cc7d6a3f9611 (diff)
downloadscummvm-rg350-f54a97a02cfcf7abf8fd06cbed25aa7bba7d41ee.tar.gz
scummvm-rg350-f54a97a02cfcf7abf8fd06cbed25aa7bba7d41ee.tar.bz2
scummvm-rg350-f54a97a02cfcf7abf8fd06cbed25aa7bba7d41ee.zip
- Plugged some leaks and fixed some memory errors
- Fixed the cursor animation loops in Ween and Bargon - Added Draw_Bargon + Inter_Bargon - Implemented Bargon Attack's hardcoded intro parts svn-id: r25387
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 14aa128f2a..3c0f5179b7 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -90,8 +90,9 @@ enum {
GF_GOB2 = 1 << 1,
GF_GOB3 = 1 << 2,
GF_WOODRUFF = 1 << 3,
- GF_CD = 1 << 4,
- GF_EGA = 1 << 5
+ GF_BARGON = 1 << 4,
+ GF_CD = 1 << 5,
+ GF_EGA = 1 << 6
};
enum {