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.158 by root, Fri Apr 23 09:22:47 2010 UTC vs.
Revision 1.159 by root, Sun Apr 25 10:45:38 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);
129 128
130 if (map == newmap) // see if we actually arrived there - insert might trigger a teleport 129 if (map == newmap) // see if we actually arrived there - insert might trigger a teleport
131 { 130 {
132 if (contr) 131 if (contr)
133 { 132 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines