aboutsummaryrefslogtreecommitdiff
path: root/gob/palanim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/palanim.cpp')
-rw-r--r--gob/palanim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/palanim.cpp b/gob/palanim.cpp
index ad4a9f3e07..3bdadb043f 100644
--- a/gob/palanim.cpp
+++ b/gob/palanim.cpp
@@ -216,7 +216,7 @@ void pal_fade(PalDesc * palDesc, int16 fade, int16 allColors) {
}
if (tmpPalBuffer != 0) {
- free((char *)tmpPalBuffer);
+ free(tmpPalBuffer);
tmpPalBuffer = 0;
}
}