Patch and description by ensiform (#5043):

This patch moves cg_particles.c out of cg_marks.c to the actual file that was
already there but not used.  By default WOLF_PARTICLES definition is commented
out if someone wants to use the old cg_particles.c changes.  cg_particles.c has
been added to the makefile and msvc projects.
This commit is contained in:
Thilo Schulz 2011-06-16 21:58:46 +00:00
parent 16d2ab5f8b
commit 77d764c457
6 changed files with 99 additions and 1983 deletions

View file

@ -1043,6 +1043,48 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\code\cgame\cg_particles.c"
>
<FileConfiguration
Name="Release TA|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;MISSIONPACK;"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
BrowseInformation="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug TA|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;MISSIONPACK;"
BrowseInformation="1"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\code\cgame\cg_players.c"
>