aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 13f4d9e81f..066d72c965 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -337,7 +337,7 @@ int Scumm::scummLoop(int delta)
if (!(_vars[VAR_CURRENT_LIGHTS] & LIGHTMODE_screen) &&
_vars[VAR_CURRENT_LIGHTS] & LIGHTMODE_flashlight) {
- error("Flashlight not implemented in this version");
+ warning("Flashlight not implemented in this version");
}
processActors();