home · contact · privacy
Server/C: Don't update map memory on WORLD_ACTIVE command.
[plomrogue] / src / server / run.c
index 4351b9ffce236b57dd89752a41d87a878fbb5551..ad04f711db0aac65a8d7951779f210136f8d8e97 100644 (file)
@@ -327,7 +327,7 @@ static void turn_over()
             {
                 if (0 == thing->command)
                 {
-                    update_map_memory(thing);
+                    update_map_memory(thing, 1);
                     if (thing == player)
                     {
                         break;