]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
win32: add two includes to make sure the constants for file mode and sharing are...
[xonotic/darkplaces.git] / model_shared.c
index b0a331b3d7a9ae6bbcd65cf7ef40a9d01186efcb..296d799ed6508bd382eb239fd1eb79f51533f32c 100644 (file)
@@ -309,7 +309,7 @@ static int Mod_FrameGroupify_ParseGroups(const char *buf, mod_framegroupify_pars
                                }
                        }
                }
-               Con_Printf("data: %d %d %d %f %d (%s)\n", i, start, len, fps, loop, name);
+               //Con_Printf("data: %d %d %d %f %d (%s)\n", i, start, len, fps, loop, name);
 
                if(cb)
                        cb(i, start, len, fps, loop, name, pass);