aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index c8c3a1e77a..7900eefb86 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -387,7 +387,7 @@ void CGE2Engine::movie(const char *ext) {
return;
char fn[12];
- sprintf(fn, "CGE.%s", (*ext == '.') ? ext + 1 : ext);
+ sprintf(fn, "CGE%s", ext);
if (_resman->exist(fn)) {
int now = _now;