home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2654a
)
Server: Remove redundant setting of world.do_update.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Dec 2014 02:44:52 +0000
(
03:44
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Dec 2014 02:44:52 +0000
(
03:44
+0100)
src/server/init.c
patch
|
blob
|
history
diff --git
a/src/server/init.c
b/src/server/init.c
index 1b36490947a2405912535b5516f7a427bdd0e3bb..093f1f5053905638ef2e5545a420db8bd707e1e2 100644
(file)
--- a/
src/server/init.c
+++ b/
src/server/init.c
@@
-224,7
+224,6
@@
extern uint8_t remake_world()
}
}
world.turn = 1;
- world.do_update = 1; /* calling obey_msg() only sets this if world.exists */
world.exists = 1;
send_to_outfile("NEW_WORLD\n", 1);
return 0;