]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Tue, 31 Jan 2017 08:54:35 +0000 (18:54 +1000)
committerMario <mario@smbclan.net>
Tue, 31 Jan 2017 08:54:35 +0000 (18:54 +1000)
qcsrc/common/gamemodes/gamemode/nexball/nexball.qc

index 3b77a84ea413732e66192cd4d4b41e7c0d43c08d..b917deba6a05f5d6be554cf68f04dc55d5d85ed2 100644 (file)
@@ -910,10 +910,9 @@ METHOD(BallStealer, wr_setup, void(BallStealer this, entity actor, .entity weapo
     //weapon_setup(WEP_PORTO.m_id);
 }
 
-METHOD(BallStealer, wr_reload, bool(BallStealer this, entity actor, .entity weaponentity))
+METHOD(BallStealer, wr_reload, void(entity thiswep, entity actor, .entity weaponentity))
 {
     TC(BallStealer, this);
-    return true;
 }
 
 METHOD(BallStealer, wr_checkammo1, bool(BallStealer this, entity actor, .entity weaponentity))