diff options
-rw-r--r-- | src/client/cl_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index dad0156a..37aed08d 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -1085,8 +1085,8 @@ void CL_InitUI( void ) { VM_Free( uivm ); uivm = NULL; - Com_Error( ERR_DROP, "User Interface is version %d, expected %d", v, UI_API_VERSION ); cls.uiStarted = qfalse; + Com_Error( ERR_DROP, "User Interface is version %d, expected %d", v, UI_API_VERSION ); } // init for this gamestate |