equal
deleted
inserted
replaced
64 SetDParam(0, lid->costclear); |
64 SetDParam(0, lid->costclear); |
65 str = STR_01A5_COST_TO_CLEAR; |
65 str = STR_01A5_COST_TO_CLEAR; |
66 } |
66 } |
67 DrawStringCentered(140, 38, str, 0); |
67 DrawStringCentered(140, 38, str, 0); |
68 |
68 |
69 snprintf(_userstring, lengthof(_userstring), "%.4X", lid->tile); |
69 snprintf(_userstring, lengthof(_userstring), "0x%.4X", lid->tile); |
70 SetDParam(0, TileX(lid->tile)); |
70 SetDParam(0, TileX(lid->tile)); |
71 SetDParam(1, TileY(lid->tile)); |
71 SetDParam(1, TileY(lid->tile)); |
72 SetDParam(2, STR_SPEC_USERSTRING); |
72 SetDParam(2, STR_SPEC_USERSTRING); |
73 DrawStringCentered(140, 49, STR_LANDINFO_COORDS, 0); |
73 DrawStringCentered(140, 49, STR_LANDINFO_COORDS, 0); |
74 |
74 |