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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.157 by root, Fri Apr 23 04:32:47 2010 UTC vs.
Revision 1.158 by root, Fri Apr 23 09:22:47 2010 UTC

122 return false; 122 return false;
123 } 123 }
124 124
125 enemy = 0; 125 enemy = 0;
126 126
127 newmap->insert (this, x, y); 127 //newmap->insert (this, x, y);
128 newmap->insert (this, x, y, 0, INS_NO_AUTO_EXIT);
128 129
129 if (map == newmap) // see if we actually arrived there - insert might trigger a teleport 130 if (map == newmap) // see if we actually arrived there - insert might trigger a teleport
130 { 131 {
131 if (contr) 132 if (contr)
132 { 133 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines