From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:27:00 +00:00
parent 997615168a
commit 7f9a04fd80
6 changed files with 5 additions and 6 deletions

View file

@ -5108,7 +5108,6 @@ void _UI_Init( qboolean inGameLoad ) {
uiInfo.uiDC.drawSides = &_UI_DrawSides;
uiInfo.uiDC.drawTopBottom = &_UI_DrawTopBottom;
uiInfo.uiDC.clearScene = &trap_R_ClearScene;
uiInfo.uiDC.drawSides = &_UI_DrawSides;
uiInfo.uiDC.addRefEntityToScene = &trap_R_AddRefEntityToScene;
uiInfo.uiDC.renderScene = &trap_R_RenderScene;
uiInfo.uiDC.registerFont = &trap_R_RegisterFont;