diff options
Diffstat (limited to 'code/cgame/cgame_ta.q3asm')
-rwxr-xr-x | code/cgame/cgame_ta.q3asm | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/code/cgame/cgame_ta.q3asm b/code/cgame/cgame_ta.q3asm index 8b14ed9..629a778 100755 --- a/code/cgame/cgame_ta.q3asm +++ b/code/cgame/cgame_ta.q3asm @@ -1,28 +1,28 @@ --o "\quake3\missionpack\vm\cgame"
-cg_main
-..\cg_syscalls
-cg_consolecmds
-cg_draw
-cg_drawtools
-cg_effects
-cg_ents
-cg_event
-cg_info
-cg_localents
-cg_marks
-cg_players
-cg_playerstate
-cg_predict
-cg_scoreboard
-cg_servercmds
-cg_snapshot
-cg_view
-cg_weapons
-bg_slidemove
-bg_pmove
-bg_lib
-bg_misc
-q_math
-q_shared
-ui_shared
-cg_newdraw
+-o "\quake3\missionpack\vm\cgame" +cg_main +..\cg_syscalls +cg_consolecmds +cg_draw +cg_drawtools +cg_effects +cg_ents +cg_event +cg_info +cg_localents +cg_marks +cg_players +cg_playerstate +cg_predict +cg_scoreboard +cg_servercmds +cg_snapshot +cg_view +cg_weapons +bg_slidemove +bg_pmove +bg_lib +bg_misc +q_math +q_shared +ui_shared +cg_newdraw |