]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
Coordinates are now floats in network protocol (bloats it yes, but the accuracy allow...
[xonotic/darkplaces.git] / model_shared.c
index 65acc092ded219f785bac43cadbdaf6c2c488e6e..d9d0efbcc665a81f6049fad450e50704f65f1927 100644 (file)
@@ -179,7 +179,8 @@ model_t *Mod_LoadModel (model_t *mod, qboolean crash)
        }
        
 // allocate a new model
        }
        
 // allocate a new model
-       COM_FileBase (mod->name, loadname);
+//     COM_FileBase (mod->name, loadname);
+       strcpy(loadname, mod->name);
        
        loadmodel = mod;
 
        
        loadmodel = mod;