(svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL)
This commit is contained in:
@@ -334,7 +334,7 @@ static const WindowDesc _town_view_scen_desc = {
|
||||
TownViewWndProc
|
||||
};
|
||||
|
||||
void ShowTownViewWindow(uint town)
|
||||
void ShowTownViewWindow(TownID town)
|
||||
{
|
||||
Window *w;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user