Sort by name update

This commit is contained in:
2024-01-12 02:36:02 +02:00
parent 7b315b6192
commit 48ecc5d2b4
10 changed files with 61 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
hover = 1
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z")
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "p" && global.recipemode != "s" && global.recipemode != "z")
{
hoversound = 1
audio_play_sound(mouse_hover, 1, false)