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.168 by root, Sun May 1 13:18:23 2011 UTC vs.
Revision 1.169 by root, Sun May 1 16:58:15 2011 UTC

414 // TODO: fix firewall object on map 414 // TODO: fix firewall object on map
415 /* Firewall is bizarre in that spell type was stored in dam. Rest are 'normal' 415 /* Firewall is bizarre in that spell type was stored in dam. Rest are 'normal'
416 * in that spell was stored in sp. 416 * in that spell was stored in sp.
417 */ 417 */
418 //LOG (llevError, "old spellcasting object found: %s", debug_desc ()); 418 //LOG (llevError, "old spellcasting object found: %s", debug_desc ());
419 object *tmp = get_archetype (spell_mapping[type == FIREWALL ? stats.dam : stats.sp]); 419 object *tmp = archetype::get (spell_mapping[type == FIREWALL ? stats.dam : stats.sp]);
420 insert_ob_in_ob (tmp, this); 420 insert_ob_in_ob (tmp, this);
421 randomitems = 0; 421 randomitems = 0;
422 } 422 }
423 423
424 /* spellbooks & runes use slaying. But not to arch name, but to spell name */ 424 /* spellbooks & runes use slaying. But not to arch name, but to spell name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines