diff options
Diffstat (limited to 'source/ui_public.h')
-rw-r--r-- | source/ui_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_public.h b/source/ui_public.h index 0ab77e9..01f335a 100644 --- a/source/ui_public.h +++ b/source/ui_public.h @@ -32,7 +32,7 @@ void UI_Keydown( int key ); void UI_CharEvent( int key ); void UI_Draw( int realtime ); void UI_OpenMenu( uiMenu_t menu ); -void UI_ErrorMenu( comErrorType_t type, const char *text ); +void UI_ErrorMenu( error_type_t type, const char *text ); void UI_AddToServerList( const serverStatus_t *status ); void UI_MouseEvent( int x, int y ); qboolean UI_IsTransparent( void ); |