aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-23 03:45:52 +0000
committerEugene Sandulenko2006-03-23 03:45:52 +0000
commit0b35672f782f21b4937751c4bb0fb486e65b4e92 (patch)
treec9dae3c2792f0083078d8f5020a79a0f4ecc0c63 /engines/cine/cine.cpp
parent6faa76d28758e9bea6e2cbfb8c7fa985c4bed1d5 (diff)
downloadscummvm-rg350-0b35672f782f21b4937751c4bb0fb486e65b4e92.tar.gz
scummvm-rg350-0b35672f782f21b4937751c4bb0fb486e65b4e92.tar.bz2
scummvm-rg350-0b35672f782f21b4937751c4bb0fb486e65b4e92.zip
uint8 -> byte
svn-id: r21414
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));