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

Comparing deliantra/server/server/time.C (file contents):
Revision 1.29 by elmex, Sat Dec 30 21:07:46 2006 UTC vs.
Revision 1.30 by root, Sun Dec 31 21:02:05 2006 UTC

1051 1051
1052 /* update players death & WoR home-position */ 1052 /* update players death & WoR home-position */
1053 sscanf (EXIT_PATH (op), "%c", &c); 1053 sscanf (EXIT_PATH (op), "%c", &c);
1054 if (c == '/') 1054 if (c == '/')
1055 { 1055 {
1056 strcpy (player->contr->savebed_map, EXIT_PATH (op)); 1056 player->contr->savebed_map = EXIT_PATH (op);
1057 player->contr->bed_x = EXIT_X (op); 1057 player->contr->bed_x = EXIT_X (op);
1058 player->contr->bed_y = EXIT_Y (op); 1058 player->contr->bed_y = EXIT_Y (op);
1059 } 1059 }
1060 else 1060 else
1061 LOG (llevDebug, "WARNING: destination '%s' in player_changer must be an absolute path!\n", &EXIT_PATH (op)); 1061 LOG (llevDebug, "WARNING: destination '%s' in player_changer must be an absolute path!\n", &EXIT_PATH (op));
1062 1062
1063 op->above->enter_exit (op); 1063 op->above->enter_exit (op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines