town_gui.c
changeset 2406 be5cfb8cd20d
parent 2187 2a51f8925eeb
child 2548 97ada3bd2702
--- a/town_gui.c	Sat Sep 10 06:39:36 2005 +0000
+++ b/town_gui.c	Sat Sep 10 07:38:03 2005 +0000
@@ -436,7 +436,7 @@
 		SetVScrollCount(w, _num_town_sort);
 
 		DrawWindowWidgets(w);
-		DoDrawString(_town_sort_order & 1 ? "\xAA" : "\xA0", (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
+		DoDrawString(_town_sort_order & 1 ? DOWNARROW : UPARROW, (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
 
 		{
 			Town *t;