aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/bg.cpp')
-rw-r--r--engines/cine/bg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/bg.cpp b/engines/cine/bg.cpp
index 9e53c2f33c..8eeec1a8d6 100644
--- a/engines/cine/bg.cpp
+++ b/engines/cine/bg.cpp
@@ -53,7 +53,7 @@ uint8 loadCt(const char *ctName) {
} else {
loadRelatedPalette(ctName);
- ASSERT(strstr(ctName, ".NEO"));
+ assert(strstr(ctName, ".NEO"));
memcpy(header, ptr, 32); ptr += 32;