diff options
-rw-r--r-- | engines/gob/video_v6.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/video_v6.cpp b/engines/gob/video_v6.cpp index c465a07ef5..6746715de9 100644 --- a/engines/gob/video_v6.cpp +++ b/engines/gob/video_v6.cpp @@ -97,6 +97,8 @@ bool Video_v6::savePalLUT(const char *target) { delete[] pltSave; delete saveFile; + + return true; } void Video_v6::buildPalLUT() { |