]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
added GAME_QUOTH to use the hipnotic hud and workarounds with the quoth
[xonotic/darkplaces.git] / model_shared.c
index e49b1b10738a241ac09d2df486df78b249089eb7..41ad9db23e3003b3181dce676e4cc618c86ab844 100644 (file)
@@ -582,7 +582,7 @@ dp_model_t *Mod_FindName(const char *name, const char *parentname)
        nummodels = Mem_ExpandableArray_IndexRange(&models);
 
        if (!name[0])
-               Host_Error ("Mod_ForName: NULL name");
+               Host_Error ("Mod_ForName: empty name");
 
        // search the currently loaded models
        for (i = 0;i < nummodels;i++)