(svn r21973) -Fix: Redraw the town authority window after modifying town authority settings.
This commit is contained in:
@@ -921,6 +921,17 @@ static bool InvalidateIndustryViewWindow(int32 p1)
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the town authority window after a town authority setting change.
|
||||
* @param p1 Unused.
|
||||
* @return Always true.
|
||||
*/
|
||||
static bool RedrawTownAuthority(int32 p1)
|
||||
{
|
||||
SetWindowClassesDirty(WC_TOWN_AUTHORITY);
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
* A: competitors
|
||||
* B: competitor start time. Deprecated since savegame version 110.
|
||||
|
Reference in New Issue
Block a user