X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=6813207d9d737c69d060edddfa87291c2dba903e;hb=69d3c23f7a68cb653ee27ca9f35144b807b2fc31;hp=455688a69fa5b4620361d2a6028f2aa54522f778;hpb=4deb3e9e7afeb98a273e4ed85534ef54a3b94412;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index 455688a..6813207 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -87,7 +87,7 @@ def draw_screen(): j = win["start"][int(k == 0)] - sep_size if (j >= 0 and j < screen_size[int(k == 0)]): start = win["start"][k] - start = start if start >= 0 else 0 + # start = start if start >= 0 else 0 end = win["start"][k] + win["size"][k] end = end if end < screen_size[k] else screen_size[k] if k: