(svn r15334) -Codechange: reset setting to old value when the callback procedure returns false

This commit is contained in:
smatz
2009-02-04 15:01:37 +00:00
parent 3cf7255c4f
commit 496b541cb1
6 changed files with 79 additions and 79 deletions

View File

@@ -9,6 +9,6 @@
void ShowBuildRailToolbar(RailType railtype, int button);
void ReinitGuiAfterToggleElrail(bool disable);
int32 ResetSignalVariant(int32 = 0);
bool ResetSignalVariant(int32 = 0);
#endif /* RAIL_GUI_H */