]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
a TODO comment
authorRudolf Polzer <divverent@alientrap.org>
Mon, 19 Sep 2011 13:20:16 +0000 (15:20 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 19 Sep 2011 13:20:16 +0000 (15:20 +0200)
qcsrc/server/w_tuba.qc

index 7a4a9c6009927abbd0015b91c38eb93dab34fb90..dccd3dc22e6c9795c9e1b7a8774e3fa3cf97fde6 100644 (file)
@@ -229,6 +229,10 @@ float w_tuba(float req)
                weapon_setup(WEP_TUBA);
                self.current_ammo = ammo_none;
        }
+       else if (req == WR_RELOAD)
+       {
+               // TODO switch to alternate instruments :)
+       }
        else if (req == WR_CHECKAMMO1)
                return TRUE; // TODO use fuel?
        else if (req == WR_CHECKAMMO2)