mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 13:24:09 +02:00
Make 0 an invalid sound id
This commit is contained in:
parent
4f8c820b34
commit
01f8af3d97
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace Beefy.sound
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return this == (.)-1;
|
return this <= 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue