2b8e9cf099
- Stagify games/ufoai - Modernize port - Fix UFORADIANT option (off by default) - Assign maintainership to submitter [1] PR: 192419 Submitted by: m.tsatsenko at gmail.com Approved by: portmgr [1]
11 lines
437 B
C++
11 lines
437 B
C++
--- ./src/client/battlescape/cl_particle.cpp.orig 2014-06-05 06:18:39.000000000 +0200
|
|
+++ ./src/client/battlescape/cl_particle.cpp 2014-08-07 16:49:53.693302810 +0200
|
|
@@ -138,7 +138,7 @@
|
|
CASSERT(lengthof(pc_strings) == PC_NUM_PTLCMDS);
|
|
|
|
/** @brief particle commands parameter and types */
|
|
-static const int pc_types[PC_NUM_PTLCMDS] = {
|
|
+static const unsigned int pc_types[PC_NUM_PTLCMDS] = {
|
|
0,
|
|
|
|
V_UNTYPED, V_UNTYPED, V_UNTYPED,
|