From 0442e797e4f9e2d3fdf9e16159cc1c24397be613 Mon Sep 17 00:00:00 2001 From: Loring Holden Date: Fri, 11 Feb 2000 06:50:15 +0000 Subject: [PATCH] Remove redundant worlda.s that caused problems on non-x86 systems --- qw_client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index a8c3729..8cbc89d 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -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