Mercurial > hg > openttd
comparison src/misc_gui.cpp @ 17066:21cc53f6368d draft
(svn r21803) -Cleanup: Remove unnecessary semicolons.
author | terkhen <terkhen@openttd.org> |
---|---|
date | Sat, 15 Jan 2011 15:36:58 +0000 |
parents | 37bfd7f89423 |
children | c62cecf4dade |
comparison
equal
deleted
inserted
replaced
17065:421d71eb2bd9 | 17066:21cc53f6368d |
---|---|
719 GetString(b, detailed_msg, lastof(buf)); | 719 GetString(b, detailed_msg, lastof(buf)); |
720 } | 720 } |
721 switch (wl) { | 721 switch (wl) { |
722 case WL_WARNING: IConsolePrint(CC_WARNING, buf); break; | 722 case WL_WARNING: IConsolePrint(CC_WARNING, buf); break; |
723 default: IConsoleError(buf); break; | 723 default: IConsoleError(buf); break; |
724 }; | 724 } |
725 } | 725 } |
726 | 726 |
727 bool no_timeout = wl == WL_CRITICAL; | 727 bool no_timeout = wl == WL_CRITICAL; |
728 | 728 |
729 if (_settings_client.gui.errmsg_duration == 0 && !no_timeout) return; | 729 if (_settings_client.gui.errmsg_duration == 0 && !no_timeout) return; |