mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Rename voxels.cpp to models_voxel.cpp to avoid having two source files with the same name (confuses debuggers and some build tools)
This commit is contained in:
parent
7bb92812b8
commit
637a9dff9b
2 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ set (PCH_SOURCES
|
|||
r_data/r_vanillatrans.cpp
|
||||
r_data/models/models_md3.cpp
|
||||
r_data/models/models_md2.cpp
|
||||
r_data/models/voxels.cpp
|
||||
r_data/models/models_voxel.cpp
|
||||
scripting/symbols.cpp
|
||||
scripting/types.cpp
|
||||
scripting/thingdef.cpp
|
||||
|
|
Loading…
Reference in a new issue