aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index db7c41bb8f..e7b0348ec4 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -195,7 +195,7 @@ static void initialize() {
init_video();
- textDataPtr = (uint8 *)malloc(8000);
+ textDataPtr = (byte *)malloc(8000);
partBuffer = (PartBuffer *)malloc(NUM_MAX_PARTDATA * sizeof(PartBuffer));