home · contact · privacy
7DRL: Make "Things here" window scrollable.
[plomrogue] / src / client / io.c
index bdebef2440cbfee3c0eff685211ed16def36f916..d9f888d65b0176562b09d0cc1487defba67d2d69 100644 (file)
@@ -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)
         {