mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
Remove redundant worlda.s that caused problems on non-x86 systems
This commit is contained in:
parent
a2f8d0f212
commit
0442e797e4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ SW_REND_SRC = screen.c $(SWREND_SRC_PLAT) draw.c \
|
|||
# Client source files
|
||||
|
||||
CL_SRC = cl_demo.c cl_input.c cl_main.c cl_parse.c cl_tent.c
|
||||
QW_CL_SRC = cl_cam.c cl_ents.c cl_pred.c host.c world.c worlda.s
|
||||
QW_CL_SRC = cl_cam.c cl_ents.c cl_pred.c host.c world.c
|
||||
CL_GUI_SRC= console.c sbar.c view.c keys.c menu.c
|
||||
|
||||
# Server source files
|
||||
|
|
Loading…
Reference in a new issue