(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:
Darkvater
2006-03-26 22:58:11 +00:00
parent d7b34a1d4c
commit 17bdb11feb
4 changed files with 3 additions and 6 deletions

View File

@@ -334,7 +334,7 @@ static const WindowDesc _town_view_scen_desc = {
TownViewWndProc
};
void ShowTownViewWindow(uint town)
void ShowTownViewWindow(TownID town)
{
Window *w;