From: Mircea Kitsune Date: Mon, 4 Oct 2010 15:39:27 +0000 (+0300) Subject: It's obvious we need new models and sounds, so remove this todo from the code X-Git-Tag: xonotic-v0.1.0preview~307^2~33^2~18 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=15008b88e1bfca23ed77deb7280607fd70ef7720;p=xonotic%2Fxonotic-data.pk3dir.git It's obvious we need new models and sounds, so remove this todo from the code --- diff --git a/qcsrc/server/w_minelayer.qc b/qcsrc/server/w_minelayer.qc index 490a5fcc5..06a639f08 100644 --- a/qcsrc/server/w_minelayer.qc +++ b/qcsrc/server/w_minelayer.qc @@ -1,5 +1,4 @@ /*TODO list (things left to do before this weapon should be ready, delete once it's all done): -- The weapon currently uses sounds and models from other weapons. We need a modeler and sound artist to make this weapon its own (the gun model should probably be something between the porto and rocket launcher design-wise). - The mine model needs to face properly when it sticks to a surface. Once we'll have a correct mine model, we can't afford the model facing any way it falls to the ground. Should probably look at the porto code to see how portals face in the right direction when sticking to walls. */