From 79f9560135032277f4f9f1112c5622a89d0b7e68 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Tue, 17 Aug 2021 20:47:13 -0700 Subject: [PATCH] maybe fixes minesweeper lag without weirdness --- code/game/machinery/computer/arcade/minesweeper.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/computer/arcade/minesweeper.dm b/code/game/machinery/computer/arcade/minesweeper.dm index dbd9890c81..cd6ff2359c 100644 --- a/code/game/machinery/computer/arcade/minesweeper.dm +++ b/code/game/machinery/computer/arcade/minesweeper.dm @@ -191,6 +191,7 @@ var/x2 = x1 work_squares(y2, x2) //Work squares while in this loop so there's less load reset_board = FALSE + CHECK_TICK web += "" //Start setting up the html table web += "" @@ -235,6 +236,7 @@ web += "" if(19) web += "" + CHECK_TICK web += "" web += "
[MINESWEEPERIMG(7)][MINESWEEPERIMG(8)]
" web += ""