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:
d9387d3
)
Client: Minor comment language fix.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 17 Feb 2016 00:57:20 +0000
(
01:57
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 17 Feb 2016 00:57:20 +0000
(
01:57
+0100)
roguelike-client
patch
|
blob
|
history
diff --git
a/roguelike-client
b/roguelike-client
index 55fb9789d2a33585bc678b6e53eabf047566c7a5..629d4dc4e448243b0842720c0d8de67af09110b7 100755
(executable)
--- a/
roguelike-client
+++ b/
roguelike-client
@@
-40,7
+40,7
@@
def read_worldstate():
read_worldstate.last_checked_mtime = mtime
read_anew = True
if read_anew:
- # TODO: Hardco
re order of necessary fields, ensure dependency order
.
+ # TODO: Hardco
de order of necessary fields, ensure order dependencies
.
redraw_windows = True
world_data["turn"] = int(turn_string)
for entry in io["worldstate_read_order"]: