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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.6 by root, Mon Sep 4 17:27:13 2006 UTC vs.
Revision 1.7 by root, Mon Sep 4 17:34:50 2006 UTC

1023 thawer.line += strlen (thawer.line) + 1; 1023 thawer.line += strlen (thawer.line) + 1;
1024 1024
1025 break; 1025 break;
1026 1026
1027 default: 1027 default:
1028 printf ("kw abort %s\n", keyword_str [kw]);//D 1028 LOG (llevError, "UNSUPPORTED KEYWORD IN MAP: \"%s\", bug in normaliser. skipping.\n", keyword_str [kw]);
1029 abort (); 1029 break;
1030 } 1030 }
1031 } 1031 }
1032} 1032}
1033 1033
1034/* 1034/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines