- 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:
Magnus Norddahl 2017-11-25 13:22:59 +01:00
parent 7bb92812b8
commit 637a9dff9b
2 changed files with 1 additions and 1 deletions

View File

@ -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