mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
forgot to remove menu_pics.qc and menu_util.qc
This commit is contained in:
parent
21a4d6f547
commit
f3b0146b3d
3 changed files with 2 additions and 8 deletions
|
@ -21,9 +21,8 @@ pkgdata_DATA= menu.dat$(GZ)
|
|||
|
||||
menu_src= \
|
||||
cbuf.r client_menu.qc cmd.r controls_o.qc cvar.r draw.r file.r \
|
||||
game.r inputline.r inputline_util.qc key.r \
|
||||
menu.r menu_pics.qc menu_util.qc options.qc options_util.qc \
|
||||
servlist.qc string.r stringh.r object.r
|
||||
game.r inputline.r inputline_util.qc key.r menu.r options.qc \
|
||||
options_util.qc servlist.qc string.r stringh.r object.r
|
||||
|
||||
%.qfo: %.r
|
||||
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -p $(STRIP) -c -o $@ $<
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
void ()
|
||||
load_menu_pics =
|
||||
{
|
||||
};
|
Loading…
Reference in a new issue