Play 1up sound when game starts

This commit is contained in:
Rob Pearce 2008-10-21 02:06:32 +00:00
parent a066edeaaf
commit 1e0f885685
1 changed files with 1 additions and 0 deletions

1
rc.c
View File

@ -7428,6 +7428,7 @@ void handletitleinput(int key) {
} else if (key == SDLK_DOWN) {
gamemode = GM_NORM;
} else if ((key == SDLK_z) || (key == SDLK_RETURN)) {
playfx(FX_1UP);
titledone = B_TRUE;
}
}