diff options
author | rubidium <rubidium@openttd.org> | 2009-02-04 16:59:41 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-04 16:59:41 +0000 |
commit | ac7757324ee2130f3c487f0323dbb23f9553806b (patch) | |
tree | 0b2799a662a70856b0fe38c29efcafe45c25f8e4 /src/window_func.h | |
parent | b6e6be58da699065621085715445f2d6502cf27a (diff) | |
download | openttd-ac7757324ee2130f3c487f0323dbb23f9553806b.tar.xz |
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
Diffstat (limited to 'src/window_func.h')
-rw-r--r-- | src/window_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h index 2e3767c97..0c175a8f4 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -28,6 +28,7 @@ void InvalidateWindowClassesData(WindowClass cls, int data = 0); void DeleteNonVitalWindows(); void DeleteAllNonVitalWindows(); +void DeleteConstructionWindows(); void HideVitalWindows(); void ShowVitalWindows(); |