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

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.44 by root, Mon May 28 21:28:36 2007 UTC vs.
Revision 1.45 by root, Sun Jun 3 17:42:39 2007 UTC

1065 * Remove setting flying here - that won't work, because next 1065 * Remove setting flying here - that won't work, because next
1066 * fix_player() is called that will get cleared - proper solution 1066 * fix_player() is called that will get cleared - proper solution
1067 * is probably something like a wiz_force which gives that and any 1067 * is probably something like a wiz_force which gives that and any
1068 * other desired abilities. 1068 * other desired abilities.
1069 */ 1069 */
1070 clear_los (op); 1070 clear_los (op->contr);
1071 op->contr->write_buf[0] = '\0'; 1071 op->contr->write_buf[0] = '\0';
1072 1072
1073 if (!silent) 1073 if (!silent)
1074 new_draw_info (NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL, "The Dungeon Master has arrived!"); 1074 new_draw_info (NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL, "The Dungeon Master has arrived!");
1075 1075

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines