diff options
author | /dev/humancontroller <devhc@example.com> | 2015-06-08 14:44:04 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:10 +0100 |
commit | c449b6c1721a9fa43f4f9457568c239cc7f5105a (patch) | |
tree | fea8858b42a632183aef024845ce832e5430fda5 | |
parent | dca9be87a196b1933b37f79838afa9e9adc68019 (diff) |
fix some dead code ?
-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 |