aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-02-23 09:12:21 +0000
committerTravis Howell2006-02-23 09:12:21 +0000
commit3fe8c971f275e7f2069033c4064859c5aad9e8cc (patch)
tree9449ab67a551cf4476247599cec5eef6ee6f0835 /engines/cine/cine.cpp
parent725a9d21f904fd13c2e2727091ea4efc48921cdb (diff)
downloadscummvm-rg350-3fe8c971f275e7f2069033c4064859c5aad9e8cc.tar.gz
scummvm-rg350-3fe8c971f275e7f2069033c4064859c5aad9e8cc.tar.bz2
scummvm-rg350-3fe8c971f275e7f2069033c4064859c5aad9e8cc.zip
Cleanup to remove duplicate type defines
svn-id: r20821
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index c941690dd2..02c637a0cf 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -186,11 +186,11 @@ int CineEngine::go() {
int gameType;
static void initialize() {
- u16 i;
+ uint16 i;
init_video();
- textDataPtr = (u8 *) malloc(8000);
+ textDataPtr = (uint8 *) malloc(8000);
partBuffer = (partBufferStruct *) malloc(255 * sizeof(animDataStruct));