]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
setorigin also relinks, mention this
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 4 Jun 2015 14:04:42 +0000 (16:04 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 4 Jun 2015 14:04:42 +0000 (16:04 +0200)
misc/tools/progs-analyzer.pl

index c1b935216c949cc9bcc7a482387e5b8756b92d81..5701c3a8bf945b977bee6b18630b6393abc8166f 100755 (executable)
@@ -927,8 +927,8 @@ sub find_uninitialized_locals($$)
                        if($c->{isreturn})
                        {
                                if ($$state >= 0) {
                        if($c->{isreturn})
                        {
                                if ($$state >= 0) {
-                                       ++$warned{$$state}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake [write is here]"};
-                                       ++$warned{$ip}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake [return is here]"};
+                                       ++$warned{$$state}{''}{"Changing .solid without setmodel/setorigin/setsize breaks area grid linking in Quake [write is here]"};
+                                       ++$warned{$ip}{''}{"Changing .solid without setmodel/setorigin/setsize breaks area grid linking in Quake [return is here]"};
                                }
                        }
 
                                }
                        }