aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/perso.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/perso.cpp')
-rw-r--r--engines/cruise/perso.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/perso.cpp b/engines/cruise/perso.cpp
index 8bb4164d85..e6dee49c9e 100644
--- a/engines/cruise/perso.cpp
+++ b/engines/cruise/perso.cpp
@@ -34,7 +34,7 @@ int16 numPoly;
void freePerso(int persoIdx) {
if (persoTable[persoIdx]) {
- free(persoTable[persoIdx]);
+ MemFree(persoTable[persoIdx]);
persoTable[persoIdx] = NULL;
}
}