diff options
Diffstat (limited to 'source/cl_ui.c')
-rw-r--r-- | source/cl_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cl_ui.c b/source/cl_ui.c index f5ba46d..6dcdb4a 100644 --- a/source/cl_ui.c +++ b/source/cl_ui.c @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. uiAPI_t ui; -static void *ui_library; - #ifdef UI_HARD_LINKED void CL_ShutdownUI( void ) { @@ -56,6 +54,8 @@ void CL_InitUI( void ) { #else +static void *ui_library; + /* ============== CL_UISetupCallback |