about summary refs log tree commit diff homepage
path: root/client.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-04 11:01:49 -0500
committerJune McEnroe <june@causal.agency>2019-01-04 11:01:49 -0500
commit85ae39946323bee87595842deaf296b2ff457549 (patch)
treebffeb1ba6c27382bc4a20034b984cdea15d06399 /client.c
parentCall cap_enter in client and server (diff)
downloadtorus-85ae39946323bee87595842deaf296b2ff457549.tar.gz
torus-85ae39946323bee87595842deaf296b2ff457549.zip
Restore old data format
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 904ded7..6dabd38 100644
--- a/client.c
+++ b/client.c
@@ -490,7 +490,7 @@ static void inputNormal(bool keyCode, wchar_t ch) {
 static void inputHelp(bool keyCode, wchar_t ch) {
 	(void)keyCode;
 	(void)ch;
-	if (tile.meta.createTime) drawTile(&tile);
+	if (tileMeta(&tile).createTime) drawTile(&tile);
 	modeNormal();
 }