games/ecwolf: fix build on current

This commit is contained in:
Piotr Kubaj 2020-08-25 20:41:14 +00:00
parent b1e2007bdf
commit 23c6d52cb1

View 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 }
};
////////////////////////////////////////////////////////////////////////////////