no need to error out on Flashlight
svn-id: r4559
This commit is contained in:
parent
eb3318e291
commit
b215a7720a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue