freebsd-ports/games/ufoai/files/patch-src__client__battlescape__cl_particle.cpp
Guido Falsi 2b8e9cf099 - Update games/ufoai and games/ufoai-data to 2.5
- 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]
2014-08-25 10:16:42 +00:00

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,