Code formatting fixes
svn-id: r28945
This commit is contained in:
parent
c3d3aebe87
commit
3abc11611e
76 changed files with 602 additions and 602 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue