mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
rename cl_trans.c to sw_skin.c and gl_trans.c to gl_skin.c
also, remove R_TranslatePlayerSkin placing it's contents into gl_skin.c
This commit is contained in:
parent
e858fcebb5
commit
e127bd9ebb
12 changed files with 209 additions and 219 deletions
|
@ -218,7 +218,7 @@ SOURCE=.\cl_tent.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\cl_trans.c
|
||||
SOURCE=.\sw_skin.c
|
||||
|
||||
!IF "$(CFG)" == "qw_client - Win32 Release"
|
||||
|
||||
|
@ -854,7 +854,7 @@ SOURCE=.\gl_sky_clip.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\gl_trans.c
|
||||
SOURCE=.\gl_skin.c
|
||||
|
||||
!IF "$(CFG)" == "qw_client - Win32 Release"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue