forked from Lainports/freebsd-ports
games/ecwolf: fix build on current
This commit is contained in:
parent
b1e2007bdf
commit
23c6d52cb1
1 changed files with 11 additions and 0 deletions
11
games/ecwolf/files/patch-src_thingdef_thingdef.cpp
Normal file
11
games/ecwolf/files/patch-src_thingdef_thingdef.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/thingdef/thingdef.cpp.orig 2020-08-24 18:22:35 UTC
|
||||
+++ src/thingdef/thingdef.cpp
|
||||
@@ -283,7 +283,7 @@ static const struct ExpressionFunction
|
||||
{ "random", TypeHierarchy::INT, 2, true, ExprRandom },
|
||||
{ "sin", TypeHierarchy::FLOAT, 1, false, ExprSin },
|
||||
|
||||
- { NULL, 0, false, NULL }
|
||||
+ { NULL, 0, false, false }
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Loading…
Add table
Reference in a new issue