mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 06:20:48 +00:00
Bennene gl_lights.c zu r_lights.c um
This commit is contained in:
parent
5e57fbbc43
commit
139ecd30f4
3 changed files with 5 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -324,7 +324,7 @@ DEDICATED_SERVER_POSIX_OBJS = \
|
|||
OPENGL_OBJS = \
|
||||
build/ref_gl/r_draw.o \
|
||||
build/ref_gl/r_image.o \
|
||||
build/ref_gl/gl_light.o \
|
||||
build/ref_gl/r_light.o \
|
||||
build/ref_gl/gl_mesh.o \
|
||||
build/ref_gl/gl_model.o \
|
||||
build/ref_gl/gl_rmain.o \
|
||||
|
@ -779,7 +779,7 @@ build/ref_gl/r_draw.o: src/refresh/r_draw.c
|
|||
build/ref_gl/r_image.o: src/refresh/r_image.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_light.o: src/refresh/gl_light.c
|
||||
build/ref_gl/r_light.o: src/refresh/r_light.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_mesh.o: src/refresh/gl_mesh.c
|
||||
|
|
3
TODO
3
TODO
|
@ -7,3 +7,6 @@ Allgemein:
|
|||
|
||||
- Dateien im Refresher umbenennen
|
||||
- Im Refresher für Funktionen konstant R_* statt GL_*
|
||||
|
||||
- windowed_mouse sollte kein cvar sein
|
||||
- windowed_mouse_always in in_grap umbenennen
|
||||
|
|
Loading…
Reference in a new issue