ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/material.C
(Generate patch)

Comparing deliantra/server/common/material.C (file contents):
Revision 1.7 by root, Tue Nov 10 16:29:20 2009 UTC vs.
Revision 1.8 by root, Sun Nov 29 10:55:18 2009 UTC

190} 190}
191 191
192//-GPL 192//-GPL
193 193
194void 194void
195load_materials (void) 195load_materials ()
196{ 196{
197 char filename[MAX_BUF]; 197 char filename[MAX_BUF];
198 198
199 sprintf (filename, "%s/materials", settings.datadir); 199 sprintf (filename, "%s/materials", settings.datadir);
200 LOG (llevDebug, "Reading material type data from %s...\n", filename); 200 LOG (llevDebug, "Reading material type data from %s...\n", filename);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines