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.127 by root, Fri Aug 17 21:18:01 2007 UTC vs.
Revision 1.128 by root, Fri Aug 24 00:26:10 2007 UTC

2278 2278
2279#if 0 //TODO 2279#if 0 //TODO
2280 if (!has_been_loaded (EXIT_PATH (exit)) && exit->race) 2280 if (!has_been_loaded (EXIT_PATH (exit)) && exit->race)
2281 return 0; /* This is a reset town portal */ 2281 return 0; /* This is a reset town portal */
2282#endif 2282#endif
2283
2284 LOG (llevError | logBacktrace, "sync map load due to %s\n", exit->debug_desc ());
2283 2285
2284 maptile *exitmap = maptile::find_sync (EXIT_PATH (exit), exit->map); 2286 maptile *exitmap = maptile::find_sync (EXIT_PATH (exit), exit->map);
2285 2287
2286 if (exitmap) 2288 if (exitmap)
2287 { 2289 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines