Changeset - r1916:a2aef1a6a638
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-06-06 14:11:15
darkvater@openttd.org
(svn r2422) - Codechange: magic number fix in network window (anonymous)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
network_gui.c
Show inline comments
 
@@ -164,7 +164,7 @@ static void NetworkGameWindowWndProc(Win
 
						DrawSprite(SPR_LOCK, 186, y-1);
 

	
 
					// draw red or green icon, depending on compatibility with server.
 
					DrawSprite(SPR_BLOT | (compatible?0x30d8000:0x30b8000), 195, y);
 
					DrawSprite(SPR_BLOT | (compatible ? PALETTE_TO_GREEN : PALETTE_TO_RED), 195, y);
 

	
 
					// draw flag according to server language
 
					DrawSprite(SPR_FLAGS_BASE + cur_item->info.server_lang, 206, y);
0 comments (0 inline, 0 general)