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 cf3c3f014d..d1254aeac6 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -201,7 +201,7 @@ static void initialize() {
textDataPtr = (uint8 *)malloc(8000);
- partBuffer = (partBufferStruct *)malloc(255 * sizeof(animDataStruct));
+ partBuffer = (PartBuffer *)malloc(255 * sizeof(PartBuffer));
loadTextData("texte.dat", textDataPtr);
snd_loadBasesonEntries("BASESON.SND");