summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-12-10 03:23:37 +0000
committerTim Angus <tim@ngus.net>2005-12-10 03:23:37 +0000
commitbf23ecf17f432cf8e47302ef7464612c17be9bbe (patch)
tree6e3d28ecaa038199d6ba63830e81f05270b199c3
parent22f322884cf7715c01500ef0b4579b87b1cb1973 (diff)
* Move the game source from mod/src/ to src/
-rw-r--r--src/cgame/cg_animation.c (renamed from mod/src/cgame/cg_animation.c)0
-rw-r--r--src/cgame/cg_animmapobj.c (renamed from mod/src/cgame/cg_animmapobj.c)0
-rw-r--r--src/cgame/cg_attachment.c (renamed from mod/src/cgame/cg_attachment.c)0
-rw-r--r--src/cgame/cg_buildable.c (renamed from mod/src/cgame/cg_buildable.c)0
-rw-r--r--src/cgame/cg_consolecmds.c (renamed from mod/src/cgame/cg_consolecmds.c)0
-rw-r--r--src/cgame/cg_draw.c (renamed from mod/src/cgame/cg_draw.c)0
-rw-r--r--src/cgame/cg_drawtools.c (renamed from mod/src/cgame/cg_drawtools.c)0
-rw-r--r--src/cgame/cg_ents.c (renamed from mod/src/cgame/cg_ents.c)0
-rw-r--r--src/cgame/cg_event.c (renamed from mod/src/cgame/cg_event.c)0
-rw-r--r--src/cgame/cg_local.h (renamed from mod/src/cgame/cg_local.h)0
-rw-r--r--src/cgame/cg_main.c (renamed from mod/src/cgame/cg_main.c)0
-rw-r--r--src/cgame/cg_marks.c (renamed from mod/src/cgame/cg_marks.c)0
-rw-r--r--src/cgame/cg_mem.c (renamed from mod/src/cgame/cg_mem.c)0
-rw-r--r--src/cgame/cg_particles.c (renamed from mod/src/cgame/cg_particles.c)0
-rw-r--r--src/cgame/cg_players.c (renamed from mod/src/cgame/cg_players.c)0
-rw-r--r--src/cgame/cg_playerstate.c (renamed from mod/src/cgame/cg_playerstate.c)0
-rw-r--r--src/cgame/cg_predict.c (renamed from mod/src/cgame/cg_predict.c)0
-rw-r--r--src/cgame/cg_ptr.c (renamed from mod/src/cgame/cg_ptr.c)0
-rw-r--r--src/cgame/cg_public.h (renamed from mod/src/cgame/cg_public.h)0
-rw-r--r--src/cgame/cg_scanner.c (renamed from mod/src/cgame/cg_scanner.c)0
-rw-r--r--src/cgame/cg_servercmds.c (renamed from mod/src/cgame/cg_servercmds.c)0
-rw-r--r--src/cgame/cg_snapshot.c (renamed from mod/src/cgame/cg_snapshot.c)0
-rw-r--r--src/cgame/cg_syscalls.asm (renamed from mod/src/cgame/cg_syscalls.asm)0
-rw-r--r--src/cgame/cg_syscalls.c (renamed from mod/src/cgame/cg_syscalls.c)0
-rw-r--r--src/cgame/cg_trails.c (renamed from mod/src/cgame/cg_trails.c)0
-rw-r--r--src/cgame/cg_view.c (renamed from mod/src/cgame/cg_view.c)0
-rw-r--r--src/cgame/cg_weapons.c (renamed from mod/src/cgame/cg_weapons.c)0
-rw-r--r--src/cgame/tr_types.h (renamed from mod/src/cgame/tr_types.h)0
-rw-r--r--src/game/bg_lib.c (renamed from mod/src/game/bg_lib.c)0
-rw-r--r--src/game/bg_lib.h (renamed from mod/src/game/bg_lib.h)0
-rw-r--r--src/game/bg_local.h (renamed from mod/src/game/bg_local.h)0
-rw-r--r--src/game/bg_misc.c (renamed from mod/src/game/bg_misc.c)0
-rw-r--r--src/game/bg_pmove.c (renamed from mod/src/game/bg_pmove.c)0
-rw-r--r--src/game/bg_public.h (renamed from mod/src/game/bg_public.h)0
-rw-r--r--src/game/bg_slidemove.c (renamed from mod/src/game/bg_slidemove.c)0
-rw-r--r--src/game/g_active.c (renamed from mod/src/game/g_active.c)0
-rw-r--r--src/game/g_buildable.c (renamed from mod/src/game/g_buildable.c)0
-rw-r--r--src/game/g_client.c (renamed from mod/src/game/g_client.c)0
-rw-r--r--src/game/g_cmds.c (renamed from mod/src/game/g_cmds.c)0
-rw-r--r--src/game/g_combat.c (renamed from mod/src/game/g_combat.c)0
-rw-r--r--src/game/g_local.h (renamed from mod/src/game/g_local.h)0
-rw-r--r--src/game/g_main.c (renamed from mod/src/game/g_main.c)0
-rw-r--r--src/game/g_maprotation.c (renamed from mod/src/game/g_maprotation.c)0
-rw-r--r--src/game/g_mem.c (renamed from mod/src/game/g_mem.c)0
-rw-r--r--src/game/g_misc.c (renamed from mod/src/game/g_misc.c)0
-rw-r--r--src/game/g_missile.c (renamed from mod/src/game/g_missile.c)0
-rw-r--r--src/game/g_mover.c (renamed from mod/src/game/g_mover.c)0
-rw-r--r--src/game/g_physics.c (renamed from mod/src/game/g_physics.c)0
-rw-r--r--src/game/g_ptr.c (renamed from mod/src/game/g_ptr.c)0
-rw-r--r--src/game/g_public.h (renamed from mod/src/game/g_public.h)0
-rw-r--r--src/game/g_session.c (renamed from mod/src/game/g_session.c)0
-rw-r--r--src/game/g_spawn.c (renamed from mod/src/game/g_spawn.c)0
-rw-r--r--src/game/g_svcmds.c (renamed from mod/src/game/g_svcmds.c)0
-rw-r--r--src/game/g_syscalls.asm (renamed from mod/src/game/g_syscalls.asm)0
-rw-r--r--src/game/g_syscalls.c (renamed from mod/src/game/g_syscalls.c)0
-rw-r--r--src/game/g_target.c (renamed from mod/src/game/g_target.c)0
-rw-r--r--src/game/g_team.c (renamed from mod/src/game/g_team.c)0
-rw-r--r--src/game/g_trigger.c (renamed from mod/src/game/g_trigger.c)0
-rw-r--r--src/game/g_utils.c (renamed from mod/src/game/g_utils.c)0
-rw-r--r--src/game/g_weapon.c (renamed from mod/src/game/g_weapon.c)0
-rw-r--r--src/game/q_math.c (renamed from mod/src/game/q_math.c)0
-rw-r--r--src/game/q_shared.c (renamed from mod/src/game/q_shared.c)0
-rw-r--r--src/game/q_shared.h (renamed from mod/src/game/q_shared.h)0
-rw-r--r--src/game/surfaceflags.h (renamed from mod/src/game/surfaceflags.h)0
-rw-r--r--src/game/tremulous.h (renamed from mod/src/game/tremulous.h)0
-rw-r--r--src/ui/keycodes.h (renamed from mod/src/ui/keycodes.h)0
-rw-r--r--src/ui/ui_atoms.c (renamed from mod/src/ui/ui_atoms.c)0
-rw-r--r--src/ui/ui_gameinfo.c (renamed from mod/src/ui/ui_gameinfo.c)0
-rw-r--r--src/ui/ui_local.h (renamed from mod/src/ui/ui_local.h)0
-rw-r--r--src/ui/ui_main.c (renamed from mod/src/ui/ui_main.c)0
-rw-r--r--src/ui/ui_players.c (renamed from mod/src/ui/ui_players.c)0
-rw-r--r--src/ui/ui_public.h (renamed from mod/src/ui/ui_public.h)0
-rw-r--r--src/ui/ui_shared.c (renamed from mod/src/ui/ui_shared.c)0
-rw-r--r--src/ui/ui_shared.h (renamed from mod/src/ui/ui_shared.h)0
-rw-r--r--src/ui/ui_syscalls.asm (renamed from mod/src/ui/ui_syscalls.asm)0
-rw-r--r--src/ui/ui_syscalls.c (renamed from mod/src/ui/ui_syscalls.c)0
76 files changed, 0 insertions, 0 deletions
diff --git a/mod/src/cgame/cg_animation.c b/src/cgame/cg_animation.c
index 5295998e..5295998e 100644
--- a/mod/src/cgame/cg_animation.c
+++ b/src/cgame/cg_animation.c
diff --git a/mod/src/cgame/cg_animmapobj.c b/src/cgame/cg_animmapobj.c
index f0e964bf..f0e964bf 100644
--- a/mod/src/cgame/cg_animmapobj.c
+++ b/src/cgame/cg_animmapobj.c
diff --git a/mod/src/cgame/cg_attachment.c b/src/cgame/cg_attachment.c
index a256318b..a256318b 100644
--- a/mod/src/cgame/cg_attachment.c
+++ b/src/cgame/cg_attachment.c
diff --git a/mod/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c
index 348bb433..348bb433 100644
--- a/mod/src/cgame/cg_buildable.c
+++ b/src/cgame/cg_buildable.c
diff --git a/mod/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c
index c875fa48..c875fa48 100644
--- a/mod/src/cgame/cg_consolecmds.c
+++ b/src/cgame/cg_consolecmds.c
diff --git a/mod/src/cgame/cg_draw.c b/src/cgame/cg_draw.c
index d7c07036..d7c07036 100644
--- a/mod/src/cgame/cg_draw.c
+++ b/src/cgame/cg_draw.c
diff --git a/mod/src/cgame/cg_drawtools.c b/src/cgame/cg_drawtools.c
index b1f0d9ab..b1f0d9ab 100644
--- a/mod/src/cgame/cg_drawtools.c
+++ b/src/cgame/cg_drawtools.c
diff --git a/mod/src/cgame/cg_ents.c b/src/cgame/cg_ents.c
index b622d2f3..b622d2f3 100644
--- a/mod/src/cgame/cg_ents.c
+++ b/src/cgame/cg_ents.c
diff --git a/mod/src/cgame/cg_event.c b/src/cgame/cg_event.c
index b89c8e7c..b89c8e7c 100644
--- a/mod/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
diff --git a/mod/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 88df61ba..88df61ba 100644
--- a/mod/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
diff --git a/mod/src/cgame/cg_main.c b/src/cgame/cg_main.c
index 81470e0e..81470e0e 100644
--- a/mod/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
diff --git a/mod/src/cgame/cg_marks.c b/src/cgame/cg_marks.c
index cc8979de..cc8979de 100644
--- a/mod/src/cgame/cg_marks.c
+++ b/src/cgame/cg_marks.c
diff --git a/mod/src/cgame/cg_mem.c b/src/cgame/cg_mem.c
index 959bd4b0..959bd4b0 100644
--- a/mod/src/cgame/cg_mem.c
+++ b/src/cgame/cg_mem.c
diff --git a/mod/src/cgame/cg_particles.c b/src/cgame/cg_particles.c
index 64587360..64587360 100644
--- a/mod/src/cgame/cg_particles.c
+++ b/src/cgame/cg_particles.c
diff --git a/mod/src/cgame/cg_players.c b/src/cgame/cg_players.c
index ac1ec181..ac1ec181 100644
--- a/mod/src/cgame/cg_players.c
+++ b/src/cgame/cg_players.c
diff --git a/mod/src/cgame/cg_playerstate.c b/src/cgame/cg_playerstate.c
index 489b024d..489b024d 100644
--- a/mod/src/cgame/cg_playerstate.c
+++ b/src/cgame/cg_playerstate.c
diff --git a/mod/src/cgame/cg_predict.c b/src/cgame/cg_predict.c
index dc6c9dd5..dc6c9dd5 100644
--- a/mod/src/cgame/cg_predict.c
+++ b/src/cgame/cg_predict.c
diff --git a/mod/src/cgame/cg_ptr.c b/src/cgame/cg_ptr.c
index c31e5e40..c31e5e40 100644
--- a/mod/src/cgame/cg_ptr.c
+++ b/src/cgame/cg_ptr.c
diff --git a/mod/src/cgame/cg_public.h b/src/cgame/cg_public.h
index 39d1a402..39d1a402 100644
--- a/mod/src/cgame/cg_public.h
+++ b/src/cgame/cg_public.h
diff --git a/mod/src/cgame/cg_scanner.c b/src/cgame/cg_scanner.c
index 6c2a9997..6c2a9997 100644
--- a/mod/src/cgame/cg_scanner.c
+++ b/src/cgame/cg_scanner.c
diff --git a/mod/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index 71fbaac9..71fbaac9 100644
--- a/mod/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
diff --git a/mod/src/cgame/cg_snapshot.c b/src/cgame/cg_snapshot.c
index 4a5722ae..4a5722ae 100644
--- a/mod/src/cgame/cg_snapshot.c
+++ b/src/cgame/cg_snapshot.c
diff --git a/mod/src/cgame/cg_syscalls.asm b/src/cgame/cg_syscalls.asm
index 9da1dade..9da1dade 100644
--- a/mod/src/cgame/cg_syscalls.asm
+++ b/src/cgame/cg_syscalls.asm
diff --git a/mod/src/cgame/cg_syscalls.c b/src/cgame/cg_syscalls.c
index 3e8c5849..3e8c5849 100644
--- a/mod/src/cgame/cg_syscalls.c
+++ b/src/cgame/cg_syscalls.c
diff --git a/mod/src/cgame/cg_trails.c b/src/cgame/cg_trails.c
index 3ef19f00..3ef19f00 100644
--- a/mod/src/cgame/cg_trails.c
+++ b/src/cgame/cg_trails.c
diff --git a/mod/src/cgame/cg_view.c b/src/cgame/cg_view.c
index 324646c9..324646c9 100644
--- a/mod/src/cgame/cg_view.c
+++ b/src/cgame/cg_view.c
diff --git a/mod/src/cgame/cg_weapons.c b/src/cgame/cg_weapons.c
index 7297c518..7297c518 100644
--- a/mod/src/cgame/cg_weapons.c
+++ b/src/cgame/cg_weapons.c
diff --git a/mod/src/cgame/tr_types.h b/src/cgame/tr_types.h
index 26240a2f..26240a2f 100644
--- a/mod/src/cgame/tr_types.h
+++ b/src/cgame/tr_types.h
diff --git a/mod/src/game/bg_lib.c b/src/game/bg_lib.c
index d940c6d8..d940c6d8 100644
--- a/mod/src/game/bg_lib.c
+++ b/src/game/bg_lib.c
diff --git a/mod/src/game/bg_lib.h b/src/game/bg_lib.h
index 61d64025..61d64025 100644
--- a/mod/src/game/bg_lib.h
+++ b/src/game/bg_lib.h
diff --git a/mod/src/game/bg_local.h b/src/game/bg_local.h
index 7e5ea46f..7e5ea46f 100644
--- a/mod/src/game/bg_local.h
+++ b/src/game/bg_local.h
diff --git a/mod/src/game/bg_misc.c b/src/game/bg_misc.c
index 727190af..727190af 100644
--- a/mod/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
diff --git a/mod/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 88432f81..88432f81 100644
--- a/mod/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
diff --git a/mod/src/game/bg_public.h b/src/game/bg_public.h
index fa84b440..fa84b440 100644
--- a/mod/src/game/bg_public.h
+++ b/src/game/bg_public.h
diff --git a/mod/src/game/bg_slidemove.c b/src/game/bg_slidemove.c
index 47f1ec04..47f1ec04 100644
--- a/mod/src/game/bg_slidemove.c
+++ b/src/game/bg_slidemove.c
diff --git a/mod/src/game/g_active.c b/src/game/g_active.c
index fc66ccff..fc66ccff 100644
--- a/mod/src/game/g_active.c
+++ b/src/game/g_active.c
diff --git a/mod/src/game/g_buildable.c b/src/game/g_buildable.c
index 083e0662..083e0662 100644
--- a/mod/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
diff --git a/mod/src/game/g_client.c b/src/game/g_client.c
index e86439c4..e86439c4 100644
--- a/mod/src/game/g_client.c
+++ b/src/game/g_client.c
diff --git a/mod/src/game/g_cmds.c b/src/game/g_cmds.c
index 819fbb75..819fbb75 100644
--- a/mod/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
diff --git a/mod/src/game/g_combat.c b/src/game/g_combat.c
index d98f74c3..d98f74c3 100644
--- a/mod/src/game/g_combat.c
+++ b/src/game/g_combat.c
diff --git a/mod/src/game/g_local.h b/src/game/g_local.h
index 57e1934a..57e1934a 100644
--- a/mod/src/game/g_local.h
+++ b/src/game/g_local.h
diff --git a/mod/src/game/g_main.c b/src/game/g_main.c
index 22ff74f7..22ff74f7 100644
--- a/mod/src/game/g_main.c
+++ b/src/game/g_main.c
diff --git a/mod/src/game/g_maprotation.c b/src/game/g_maprotation.c
index fb98c4a8..fb98c4a8 100644
--- a/mod/src/game/g_maprotation.c
+++ b/src/game/g_maprotation.c
diff --git a/mod/src/game/g_mem.c b/src/game/g_mem.c
index 2f3ed5c7..2f3ed5c7 100644
--- a/mod/src/game/g_mem.c
+++ b/src/game/g_mem.c
diff --git a/mod/src/game/g_misc.c b/src/game/g_misc.c
index 4bcb387f..4bcb387f 100644
--- a/mod/src/game/g_misc.c
+++ b/src/game/g_misc.c
diff --git a/mod/src/game/g_missile.c b/src/game/g_missile.c
index 4f019f41..4f019f41 100644
--- a/mod/src/game/g_missile.c
+++ b/src/game/g_missile.c
diff --git a/mod/src/game/g_mover.c b/src/game/g_mover.c
index c3879b5b..c3879b5b 100644
--- a/mod/src/game/g_mover.c
+++ b/src/game/g_mover.c
diff --git a/mod/src/game/g_physics.c b/src/game/g_physics.c
index c6c03f69..c6c03f69 100644
--- a/mod/src/game/g_physics.c
+++ b/src/game/g_physics.c
diff --git a/mod/src/game/g_ptr.c b/src/game/g_ptr.c
index f597a196..f597a196 100644
--- a/mod/src/game/g_ptr.c
+++ b/src/game/g_ptr.c
diff --git a/mod/src/game/g_public.h b/src/game/g_public.h
index e5652b79..e5652b79 100644
--- a/mod/src/game/g_public.h
+++ b/src/game/g_public.h
diff --git a/mod/src/game/g_session.c b/src/game/g_session.c
index 1dcb8883..1dcb8883 100644
--- a/mod/src/game/g_session.c
+++ b/src/game/g_session.c
diff --git a/mod/src/game/g_spawn.c b/src/game/g_spawn.c
index c8481d9d..c8481d9d 100644
--- a/mod/src/game/g_spawn.c
+++ b/src/game/g_spawn.c
diff --git a/mod/src/game/g_svcmds.c b/src/game/g_svcmds.c
index efe76991..efe76991 100644
--- a/mod/src/game/g_svcmds.c
+++ b/src/game/g_svcmds.c
diff --git a/mod/src/game/g_syscalls.asm b/src/game/g_syscalls.asm
index 8035c349..8035c349 100644
--- a/mod/src/game/g_syscalls.asm
+++ b/src/game/g_syscalls.asm
diff --git a/mod/src/game/g_syscalls.c b/src/game/g_syscalls.c
index 4f8a8ca7..4f8a8ca7 100644
--- a/mod/src/game/g_syscalls.c
+++ b/src/game/g_syscalls.c
diff --git a/mod/src/game/g_target.c b/src/game/g_target.c
index c704d72f..c704d72f 100644
--- a/mod/src/game/g_target.c
+++ b/src/game/g_target.c
diff --git a/mod/src/game/g_team.c b/src/game/g_team.c
index ffe28c39..ffe28c39 100644
--- a/mod/src/game/g_team.c
+++ b/src/game/g_team.c
diff --git a/mod/src/game/g_trigger.c b/src/game/g_trigger.c
index d92e44b4..d92e44b4 100644
--- a/mod/src/game/g_trigger.c
+++ b/src/game/g_trigger.c
diff --git a/mod/src/game/g_utils.c b/src/game/g_utils.c
index 9b163a92..9b163a92 100644
--- a/mod/src/game/g_utils.c
+++ b/src/game/g_utils.c
diff --git a/mod/src/game/g_weapon.c b/src/game/g_weapon.c
index a18a8c39..a18a8c39 100644
--- a/mod/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
diff --git a/mod/src/game/q_math.c b/src/game/q_math.c
index 4171ebfc..4171ebfc 100644
--- a/mod/src/game/q_math.c
+++ b/src/game/q_math.c
diff --git a/mod/src/game/q_shared.c b/src/game/q_shared.c
index 6133c89a..6133c89a 100644
--- a/mod/src/game/q_shared.c
+++ b/src/game/q_shared.c
diff --git a/mod/src/game/q_shared.h b/src/game/q_shared.h
index b59f1a5e..b59f1a5e 100644
--- a/mod/src/game/q_shared.h
+++ b/src/game/q_shared.h
diff --git a/mod/src/game/surfaceflags.h b/src/game/surfaceflags.h
index d7d721b4..d7d721b4 100644
--- a/mod/src/game/surfaceflags.h
+++ b/src/game/surfaceflags.h
diff --git a/mod/src/game/tremulous.h b/src/game/tremulous.h
index 93a85ba0..93a85ba0 100644
--- a/mod/src/game/tremulous.h
+++ b/src/game/tremulous.h
diff --git a/mod/src/ui/keycodes.h b/src/ui/keycodes.h
index cfa82223..cfa82223 100644
--- a/mod/src/ui/keycodes.h
+++ b/src/ui/keycodes.h
diff --git a/mod/src/ui/ui_atoms.c b/src/ui/ui_atoms.c
index dc6496b7..dc6496b7 100644
--- a/mod/src/ui/ui_atoms.c
+++ b/src/ui/ui_atoms.c
diff --git a/mod/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c
index 49d0cdb0..49d0cdb0 100644
--- a/mod/src/ui/ui_gameinfo.c
+++ b/src/ui/ui_gameinfo.c
diff --git a/mod/src/ui/ui_local.h b/src/ui/ui_local.h
index cdcfc57f..cdcfc57f 100644
--- a/mod/src/ui/ui_local.h
+++ b/src/ui/ui_local.h
diff --git a/mod/src/ui/ui_main.c b/src/ui/ui_main.c
index 80a5bdb4..80a5bdb4 100644
--- a/mod/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
diff --git a/mod/src/ui/ui_players.c b/src/ui/ui_players.c
index 71c4f5cc..71c4f5cc 100644
--- a/mod/src/ui/ui_players.c
+++ b/src/ui/ui_players.c
diff --git a/mod/src/ui/ui_public.h b/src/ui/ui_public.h
index 9cf36d66..9cf36d66 100644
--- a/mod/src/ui/ui_public.h
+++ b/src/ui/ui_public.h
diff --git a/mod/src/ui/ui_shared.c b/src/ui/ui_shared.c
index 43c25ff8..43c25ff8 100644
--- a/mod/src/ui/ui_shared.c
+++ b/src/ui/ui_shared.c
diff --git a/mod/src/ui/ui_shared.h b/src/ui/ui_shared.h
index b41b97e5..b41b97e5 100644
--- a/mod/src/ui/ui_shared.h
+++ b/src/ui/ui_shared.h
diff --git a/mod/src/ui/ui_syscalls.asm b/src/ui/ui_syscalls.asm
index 54255f29..54255f29 100644
--- a/mod/src/ui/ui_syscalls.asm
+++ b/src/ui/ui_syscalls.asm
diff --git a/mod/src/ui/ui_syscalls.c b/src/ui/ui_syscalls.c
index cef3b74f..cef3b74f 100644
--- a/mod/src/ui/ui_syscalls.c
+++ b/src/ui/ui_syscalls.c