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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.121 by root, Tue Jul 31 19:23:31 2007 UTC vs.
Revision 1.122 by root, Sun Aug 12 05:59:25 2007 UTC

2415 op->enter_exit (tmp); 2415 op->enter_exit (tmp);
2416 } 2416 }
2417 2417
2418 return 1; 2418 return 1;
2419 2419
2420 case INSCRIBABLE:
2421 new_draw_info (NDI_UNIQUE, 0, op, tmp->msg);
2422 // maybe show a spell menu to chose from or something like that
2423 return 1;
2424
2420 case SIGN: 2425 case SIGN:
2421 apply_sign (op, tmp, 0); 2426 apply_sign (op, tmp, 0);
2422 return 1; 2427 return 1;
2423 2428
2424 case BOOK: 2429 case BOOK:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines