mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ void DrawBox(int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3)
|
||||
* ....V.
|
||||
*/
|
||||
|
||||
static const byte colour = 15;
|
||||
static const byte colour = GREY_SCALE(15);
|
||||
|
||||
GfxDrawLineUnscaled(x, y, x + dx1, y + dy1, colour);
|
||||
GfxDrawLineUnscaled(x, y, x + dx2, y + dy2, colour);
|
||||
|
||||
Reference in New Issue
Block a user