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.11 by root, Thu Apr 15 03:34:30 2010 UTC vs.
Revision 1.12 by root, Thu Apr 15 21:49:15 2010 UTC

298 298
299 case KW_EOF: 299 case KW_EOF:
300 goto done; 300 goto done;
301 301
302 default: 302 default:
303 if (!thawer.parse_error ("materials file", "materials")) 303 if (!thawer.parse_error ("materials file"))
304 goto done; 304 goto done;
305 break; 305 break;
306 } 306 }
307 307
308 thawer.next (); 308 thawer.next ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines