no need to error out on Flashlight

svn-id: r4559
This commit is contained in:
Max Horn 2002-07-15 22:32:15 +00:00
parent eb3318e291
commit b215a7720a

View file

@ -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();