Skip to content
Snippets Groups Projects

Spring fixes

Merged Monster Iestyn requested to merge spring-fixes into next
+ 17
13
Compare changes
  • Side-by-side
  • Inline
Files
+ 2
2
@@ -1009,8 +1009,8 @@ static int lib_pDoSpring(lua_State *L)
NOHUD
if (!spring || !object)
return LUA_ErrInvalid(L, "mobj_t");
P_DoSpring(spring, object);
return 0;
lua_pushboolean(L, P_DoSpring(spring, object));
return 1;
}
// P_INTER
Loading