Remove trailing whitespaces.
svn-id: r18604
This commit is contained in:
parent
86ab70b149
commit
6b4484472b
560 changed files with 11703 additions and 11703 deletions
|
@ -557,10 +557,10 @@ void ScummEngine_c64::o_lights() {
|
|||
// 1 Flashlight
|
||||
// 2 Lighted area
|
||||
if (a == 2)
|
||||
VAR(VAR_CURRENT_LIGHTS) = 11;
|
||||
VAR(VAR_CURRENT_LIGHTS) = 11;
|
||||
else if (a == 1)
|
||||
VAR(VAR_CURRENT_LIGHTS) = 4;
|
||||
else
|
||||
else
|
||||
VAR(VAR_CURRENT_LIGHTS) = 0;
|
||||
|
||||
_fullRedraw = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue