mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 12:27:51 +00:00
fixup various code comments
This commit is contained in:
parent
e7a7206402
commit
ca79d3f14a
@ -1,6 +1,6 @@
|
||||
#textdomain wesnoth-lib
|
||||
###
|
||||
### Definition of the window to show chat log.
|
||||
### Definition of the window to show the lua console.
|
||||
###
|
||||
|
||||
[window]
|
||||
|
@ -570,7 +570,7 @@ surface scale_surface(const surface &surf, int w, int h, bool optimize)
|
||||
gg /= a;
|
||||
bb /= a;
|
||||
}
|
||||
r = rr >> (16); // now shift over by 16 for the bilin part, 8
|
||||
r = rr >> (16); // now shift over by 16 for the bilin part
|
||||
g = gg >> (16);
|
||||
b = bb >> (16);
|
||||
*dst_word = (a << 24) + (r << 16) + (g << 8) + b;
|
||||
|
Loading…
x
Reference in New Issue
Block a user