From 31ca5938039b6bf61a583aa11f52e0b1ffeb3f63 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sat, 12 Mar 2016 17:47:30 +1100 Subject: [PATCH] W_PROP_reloader: pure --- qcsrc/common/weapons/all.qh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 045651539..0e1b5439f 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -113,8 +113,7 @@ void W_PROP_think() } STATIC_INIT_LATE(W_PROP_reloader) { - entity e = W_PROP_reloader = new(W_PROP_reloader); - make_pure(e); + entity e = W_PROP_reloader = new_pure(W_PROP_reloader); WITH(entity, self, e, (e.think = W_PROP_think)()); } #endif -- 2.39.2