]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
more fixes
authorRudolf Polzer <divverent@alientrap.org>
Tue, 27 Sep 2011 08:22:01 +0000 (10:22 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 27 Sep 2011 08:22:01 +0000 (10:22 +0200)
misc/tools/midi2cfg-ng.conf
misc/tools/midi2cfg-ng.pl

index a96cf06e3a5b906a4ba99f688a69b6dcfa3d61af..d5816508ece526f5829079be5601288bb8e98535 100644 (file)
@@ -4,7 +4,7 @@ timeoffset_predone 2
 timeoffset_postdone 2
 timeoffset_preintermission 2
 timeoffset_postintermission 2
-time_forgetfulness 1.5
+time_forgetfulness 3
 
 raw set places_tuba "tUba1 tUba2 tUba3 tUba4 tUba5 tUba6 tUba7 tUba8 tUba9 tUba10 tUba11 tUba12 tUba13 tUba14 tUba15 tUba16 tUba17 tUba18 tUba19 tUba20 tUba21 tUba22 tUba23 tUba24 tUba25 tUba26 tUba27 tUba28 tUba29 tUba30 tUba31 tUba32"
 raw set places_percussion "tChr1 tChr2 tChr3 tChr4 tChr5 tChr6 tChr7 tChr8 tChr9 tChr10 tChr11 tChr12 tChr13 tChr14 tChr15 tChr16 tChr17 tChr18 tChr19 tChr20 tChr21 tChr22 tChr23 tChr24 tChr25 tChr26 tChr27 tChr38 tChr39 tChr30 tChr31 tChr32"
index ecebb475fef7358967e0d17129f6cc5c98170d97..ea1b1e6d167bcf82a6cc1354766490d0d7a86a7c 100755 (executable)
@@ -530,7 +530,7 @@ sub botsort($$$$@)
                map
                {
                        my $q = 0;
-                       if($_->{lastuse} >= $time - $time_forgetfulness)
+                       if(($_->{lastuse} // -666) >= $time - $time_forgetfulness)
                        {
                                if($channel == $_->{lastchannel})
                                {