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.18 by root, Mon Oct 29 23:55:52 2012 UTC vs.
Revision 1.19 by root, Sun Nov 4 01:01:13 2012 UTC

229} 229}
230 230
231//-GPL 231//-GPL
232 232
233void 233void
234reload_materials () 234_reload_materials ()
235{ 235{
236 object_thawer thawer (settings.datadir, "materials"); 236 object_thawer thawer (settings.datadir, "materials");
237 237
238 if (!thawer) 238 if (!thawer)
239 { 239 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines