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:
cdf875d
)
Client: Add TODO comment.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 27 Jan 2016 22:16:33 +0000
(23:16 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 27 Jan 2016 22:16:33 +0000
(23:16 +0100)
roguelike-client
patch
|
blob
|
history
diff --git
a/roguelike-client
b/roguelike-client
index 7bb862272caac1bce5949efef6eadb237d011c45..5d140640ac1a739ccda084f41f01aa6ae372f174 100755
(executable)
--- a/
roguelike-client
+++ b/
roguelike-client
@@
-36,6
+36,7
@@
def read_worldstate():
read_worldstate.last_checked_mtime = mtime
read_anew = True
if read_anew:
+ # TODO: Hardcore order of necessary fields, ensure dependency order.
redraw_windows = True
world_data["turn"] = int(turn_string)
for entry in io["worldstate_read_order"]: