Skip to content

Commit

Permalink
Version 23.12.1
Browse files Browse the repository at this point in the history
[Diggers]
* Fix '!' always showing.
  • Loading branch information
Mhatxotic committed Dec 1, 2023
1 parent d9f0c2f commit ebbd7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diggers/src/lobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ local function InitLobby(aActiveObject, bNoSetMusic, iSaveMusicPos)
if iFrame >= 6 then texLobby:BlitSLT(5, 113, 74);
elseif iFrame >= 3 then texLobby:BlitSLT(4, 113, 74);
-- Flash if not ready to play
else fontSpeech:Print(157, 115, "!") end;
elseif not bReadyToPlay then fontSpeech:Print(157, 115, "!") end;
-- Draw foliage
texLobby:BlitSLT(2, iStageR-238, 183);
texLobby:BlitSLT(3, iStageL, 56);
Expand Down

0 comments on commit ebbd7ef

Please sign in to comment.