diff options
author | Tim Angus <tim@ngus.net> | 2001-09-18 00:05:45 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-18 00:05:45 +0000 |
commit | 74254be06ca766cf7f08ad6b84702a44dd49c282 (patch) | |
tree | 8bd54e422699822fa493812be2824a7360a61b9f /src/cgame | |
parent | 0dd20c247521f466587fb32ade318f372dd1a3e8 (diff) |
Switch to TA ui stuff
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_event.c | 8 | ||||
-rw-r--r-- | src/cgame/cg_servercmds.c | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c index f3df5871..ea3aca78 100644 --- a/src/cgame/cg_event.c +++ b/src/cgame/cg_event.c @@ -28,10 +28,8 @@ #include "cg_local.h" -#ifdef MISSIONPACK // bk001205 // for the voice chats -#include "../ta_ui/menudef.h" -#endif +#include "../../ui/menudef.h" //========================================================================== @@ -428,8 +426,8 @@ void CG_Menu( int eventParm ) switch( eventParm ) { - case MN_TEAM: trap_SendConsoleCommand( "menu teammenu\n" ); break; - case MN_D_CLASS: trap_SendConsoleCommand( "menu dclassmenu\n" ); break; + case MN_TEAM: trap_SendConsoleCommand( "menu tremulous_team\n" ); break; + case MN_D_CLASS: trap_SendConsoleCommand( "menu tremulous_alienclass\n" ); break; case MN_H_SPAWN: trap_SendConsoleCommand( "menu hsitemmenu\n" ); break; case MN_D_BUILD: trap_SendConsoleCommand( "menu dbuildmenu\n" ); break; case MN_H_BUILD: trap_SendConsoleCommand( "menu hbuildmenu\n" ); break; diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 4236cafd..ff419cb9 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -30,7 +30,7 @@ #include "cg_local.h" -#include "../ta_ui/menudef.h" +#include "../../ui/menudef.h" typedef struct { const char *order; |