]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
-Fixed an old qc bug that's already been existing in the original quake
[xonotic/darkplaces.git] / prvm_cmds.c
index b6c6b16c89628d4f16cfc637183eb41d1c65fcb9..56c9f4bc8d1572d6bb69830c2f860b972f2ad7f0 100644 (file)
@@ -2642,7 +2642,7 @@ void VM_drawstring(void)
                return;
        }
        
-       VM_CheckEmptyString(string);
+       //VM_CheckEmptyString(string); Why should it be checked - perhaps the menu wants to the precolored letters, too?
        
        pos = PRVM_G_VECTOR(OFS_PARM0);
        scale = PRVM_G_VECTOR(OFS_PARM2);