]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
mythis isn't a word
authorMario <mario@smbclan.net>
Mon, 20 Feb 2017 23:43:06 +0000 (09:43 +1000)
committerMario <mario@smbclan.net>
Mon, 20 Feb 2017 23:43:06 +0000 (09:43 +1000)
qcsrc/common/triggers/func/conveyor.qc

index edd8eb9a27fc5a034f1766e49f6f9f9b05b6024d..6adbcc65f4fa4d7dc2564b466f473008f8d90042 100644 (file)
@@ -10,7 +10,7 @@ void conveyor_think(entity this)
        if(dt <= 0) { return; }
 #endif
 
-       // set mythis as current conveyor where possible
+       // set myself as current conveyor where possible
        IL_EACH(g_conveyed, it.conveyor == this,
        {
                it.conveyor = NULL;