Added the ability to toggle next piece SFX
This commit is contained in:
@@ -415,7 +415,7 @@ function GameMode:initializeNextPiece(inputs, ruleset, piece_data, generate_next
|
||||
table.remove(self.next_queue, 1)
|
||||
table.insert(self.next_queue, self:getNextPiece(ruleset))
|
||||
end
|
||||
self:playNextSound()
|
||||
if config.gamesettings.next_se == 1 then self:playNextSound() end
|
||||
end
|
||||
|
||||
function GameMode:playNextSound()
|
||||
|
||||
Reference in New Issue
Block a user