mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Fix cv_mentalsonic too
This commit is contained in:
parent
fff200d174
commit
b3ff71ad0f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ static UINT8 cheatf_savetheframes(void)
|
||||||
|
|
||||||
static UINT8 cheatf_mentalsonic(void)
|
static UINT8 cheatf_mentalsonic(void)
|
||||||
{
|
{
|
||||||
cv_mentalsonic.value = !(cv_mentalsonic.value);
|
CV_SetValue(&cv_mentalsonic, !cv_mentalsonic.value);
|
||||||
if (cv_mentalsonic.value)
|
if (cv_mentalsonic.value)
|
||||||
{
|
{
|
||||||
S_StartSound(NULL, sfx_gshbb);
|
S_StartSound(NULL, sfx_gshbb);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue