From c449b6c1721a9fa43f4f9457568c239cc7f5105a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 8 Jun 2015 14:44:04 +0200 Subject: fix some dead code ? --- src/client/cl_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit