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

Comparing deliantra/server/server/init.C (file contents):
Revision 1.50 by root, Thu May 17 14:14:55 2007 UTC vs.
Revision 1.51 by root, Mon May 28 05:35:51 2007 UTC

396 mt = get_empty_mat (); 396 mt = get_empty_mat ();
397 materialt = mt; 397 materialt = mt;
398 398
399 for (;;) 399 for (;;)
400 { 400 {
401 thawer.next ();
402
401 switch (thawer.get_kv ()) 403 switch (thawer.kw)
402 { 404 {
403 case KW_name: 405 case KW_name:
404 /* clean up the previous entry */ 406 /* clean up the previous entry */
405 if (mt->next) 407 if (mt->next)
406 { 408 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines