From: Samual Lenks <samual@xonotic.org>
Date: Sun, 9 Mar 2014 00:59:52 +0000 (-0500)
Subject: That's actually the last division, not first
X-Git-Tag: xonotic-v0.8.0~152^2~33
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=80834cbced1facdc20bb37cb73f6ab95f76d16d1;p=xonotic%2Fxonotic-data.pk3dir.git

That's actually the last division, not first
---

diff --git a/qcsrc/common/weapons/w_shockwave.qc b/qcsrc/common/weapons/w_shockwave.qc
index 6c7fa97229..c8fe77c58e 100644
--- a/qcsrc/common/weapons/w_shockwave.qc
+++ b/qcsrc/common/weapons/w_shockwave.qc
@@ -825,7 +825,7 @@ void Draw_Shockwave()
 		prev_min_end = new_min_end;
 		prev_max_end = new_max_end;
 
-		// first division only
+		// last division only
 		if((counter + 1) == divisions)
 		{
 			// draw from shot origin to min spread radius