From: Christian Heller Date: Wed, 27 Jan 2016 22:16:33 +0000 (+0100) Subject: Client: Add TODO comment. X-Git-Tag: tce~212 X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=commitdiff_plain;ds=sidebyside;h=9859bec5bd856c98f8d970966d867d99f6be9bf9;p=plomrogue Client: Add TODO comment. --- diff --git a/roguelike-client b/roguelike-client index 7bb8622..5d14064 100755 --- 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"]: