From: Christian Heller Date: Sat, 5 Mar 2016 10:54:23 +0000 (+0100) Subject: Client: Reset "things here" window scroll on content reset. X-Git-Tag: tce~93 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=191487199b2d21b5e49b966b4993d7726198c927 Client: Reset "things here" window scroll on content reset. --- diff --git a/client/query_mapcell.py b/client/query_mapcell.py index 838fb7e..f446890 100644 --- a/client/query_mapcell.py +++ b/client/query_mapcell.py @@ -12,3 +12,4 @@ def query_mapcell(): + str(world_data["map_center"][1]) send(string) world_data["look"] = ["(polling)"] + world_data["look_scroll"] = 0