aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/bg.h')
-rw-r--r--engines/cine/bg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/cine/bg.h b/engines/cine/bg.h
index d1cd6b5790..b5af653889 100644
--- a/engines/cine/bg.h
+++ b/engines/cine/bg.h
@@ -27,12 +27,12 @@
namespace Cine {
-uint8 loadBg(const char *bgName);
-uint8 loadCt(const char *bgName);
+byte loadBg(const char *bgName);
+byte loadCt(const char *bgName);
-extern uint8 *additionalBgTable[9];
-extern uint8 currentAdditionalBgIdx;
-extern uint8 currentAdditionalBgIdx2;
+extern byte *additionalBgTable[9];
+extern byte currentAdditionalBgIdx;
+extern byte currentAdditionalBgIdx2;
void addBackground(const char *bgName, uint16 bgIdx);