summaryrefslogtreecommitdiff
path: root/source/ui_atoms.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
commit8a4e5f5516e94fe901a332bce7eef9b824f225c6 (patch)
tree93d64ca93047c6b1c1b59658e950ab0062544fe9 /source/ui_atoms.c
parentb7d3939f3f68617f80d74d0a2bf6ea34ddea1065 (diff)
Progress meter now works for local MVDs again.
Implemented `mvdskip' command which allows one jump to the next map in a MVD. Removed `mvd_shownet' debugging stuff from dedicated server build. Dropped packets no longer have maximum height on the lagometer.
Diffstat (limited to 'source/ui_atoms.c')
-rw-r--r--source/ui_atoms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/ui_atoms.c b/source/ui_atoms.c
index 89a3b64..591f127 100644
--- a/source/ui_atoms.c
+++ b/source/ui_atoms.c
@@ -671,6 +671,9 @@ UI_Shutdown
=================
*/
void UI_Shutdown( void ) {
+ if( !uis.initialized ) {
+ return;
+ }
UI_ForceMenuOff();
ui_scale->changed = NULL;