X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;f=src%2Fclient%2Fio.c;h=d9f888d65b0176562b09d0cc1487defba67d2d69;hb=1acf96881e079649fae9504f7fe209c6c71005ca;hp=bdebef2440cbfee3c0eff685211ed16def36f916;hpb=1ec83f1dd5429876d80975ce0444845604882bf1;p=plomrogue diff --git a/src/client/io.c b/src/client/io.c index bdebef2..d9f888d 100644 --- a/src/client/io.c +++ b/src/client/io.c @@ -278,6 +278,7 @@ static uint8_t read_queue() { nl_append_string("(none known)", &world.things_here); } + world.things_here_scroll = 0; // } else if (things_here_parsing) {