]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
increase MAX_SHOT_DISTANCE again
authorMartin Taibr <taibr.martin@gmail.com>
Tue, 13 Dec 2016 12:44:12 +0000 (13:44 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Tue, 13 Dec 2016 12:44:12 +0000 (13:44 +0100)
qcsrc/common/weapons/weapon.qh

index b7a60df8abd2604639e3cb85ea0e8aa804f3ef85..e2e978d72e6b1849386b8bcc21ea7d7d545c2acb 100644 (file)
@@ -175,8 +175,9 @@ ENDCLASS(OffhandWeapon)
 .OffhandWeapon offhand;
 #endif
 
-// distance from one corner of a 65536qu cube to the opposite corner is approx. 113512 qu
-const int MAX_SHOT_DISTANCE = 120000;
+// currently, NetRadiant's limit is 131072 qu for each side
+// distance from one corner of a 131072qu cube to the opposite corner is approx. 227023 qu
+const int MAX_SHOT_DISTANCE = 230000;
 
 // weapon flags
 const int WEP_TYPE_OTHER          =  0x00; // not for damaging people