diff options
| author | Max Horn | 2007-09-18 20:16:33 +0000 |
|---|---|---|
| committer | Max Horn | 2007-09-18 20:16:33 +0000 |
| commit | 3abc11611e1d1d93f1cf794df28879de3571bd01 (patch) | |
| tree | e1ac8a925d1388f8df010a114d7bed471fc9fe3b /engines/cruise/function.cpp | |
| parent | c3d3aebe87d16d4fc3b7ac8581b99fb97241c9ac (diff) | |
| download | scummvm-rg350-3abc11611e1d1d93f1cf794df28879de3571bd01.tar.gz scummvm-rg350-3abc11611e1d1d93f1cf794df28879de3571bd01.tar.bz2 scummvm-rg350-3abc11611e1d1d93f1cf794df28879de3571bd01.zip | |
Code formatting fixes
svn-id: r28945
Diffstat (limited to 'engines/cruise/function.cpp')
| -rw-r--r-- | engines/cruise/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp index cfb579e331..6a6f65a066 100644 --- a/engines/cruise/function.cpp +++ b/engines/cruise/function.cpp @@ -863,7 +863,7 @@ int16 Op_SetColor(void) { #define convertRatio 36.571428571428571428571428571429 - for(i=startIdx; i<=endIdx; i++) { + for (i=startIdx; i<=endIdx; i++) { R = (int)(colorR*convertRatio); G = (int)(colorG*convertRatio); B = (int)(colorB*convertRatio); |
