Sort by name update
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user