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

Comparing deliantra/server/server/hiscore.C (file contents):
Revision 1.9 by root, Fri Sep 29 11:53:09 2006 UTC vs.
Revision 1.10 by root, Sun Oct 1 20:14:47 2006 UTC

278 new_draw_info (NDI_UNIQUE, 0, op, "As you haven't changed your name, you won't"); 278 new_draw_info (NDI_UNIQUE, 0, op, "As you haven't changed your name, you won't");
279 new_draw_info (NDI_UNIQUE, 0, op, "get into the high-score list."); 279 new_draw_info (NDI_UNIQUE, 0, op, "get into the high-score list.");
280 } 280 }
281 return; 281 return;
282 } 282 }
283 if (QUERY_FLAG (op, FLAG_WAS_WIZ)) 283
284 {
285 new_draw_info (NDI_UNIQUE, 0, op, "Since you have been in wizard mode,");
286 new_draw_info (NDI_UNIQUE, 0, op, "you can't enter the high-score list.");
287 return;
288 }
289 if (op->contr->explore) 284 if (op->contr->explore)
290 { 285 {
291 new_draw_info (NDI_UNIQUE, 0, op, "Since you were in explore mode,"); 286 new_draw_info (NDI_UNIQUE, 0, op, "Since you were in explore mode,");
292 new_draw_info (NDI_UNIQUE, 0, op, "you can't enter the high-score list."); 287 new_draw_info (NDI_UNIQUE, 0, op, "you can't enter the high-score list.");
293 return; 288 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines