diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-11-29 18:55:15 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-11-29 18:55:15 +0100 |
commit | 1509124dc819fadf68ffc53e2369258bafcda5b5 (patch) | |
tree | 181ff2fcfa03881a836573ff46f184be3f6f53fc /src/ui/ui_main.c | |
parent | 0918eb3bcdefd0d6ee4bd573b761454c99f032f6 (diff) |
Port ui to 1.1 ABI.
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index dc5bc26..27406b1 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -4211,6 +4211,7 @@ void UI_SetActiveMenu( uiMenuCommand_t menu ) // this should be the ONLY way the menu system is brought up // enusure minumum menu data is cached + if( Menu_Count() > 0 ) { vec3_t v; @@ -4667,3 +4668,7 @@ void UI_UpdateNews( qboolean begin ) uiInfo.newsInfo.refreshActive = qfalse; } +void trap_R_SetClipRegion( const float *region ) +{ + // syscall missing in 1.1 +} |