Fix in-race sound not paused during F1 Help
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8230 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 82a9899213bc8c4ff8661a664ffe564055603942 Former-commit-id: 1f2d09ef12e5af66635d17cb0c73bfc5dbd31681
This commit is contained in:
parent
ade86e2b6c
commit
9871436b4c
1 changed files with 2 additions and 0 deletions
|
@ -550,6 +550,8 @@ rmAddKeys()
|
|||
{
|
||||
GfuiMenuDefaultKeysAdd(rmScreenHandle);
|
||||
|
||||
GfuiAddKey(rmScreenHandle, GFUIK_F1, "Help", NULL, rmOpenHelpScreen, NULL);
|
||||
|
||||
GfuiAddKey(rmScreenHandle, '-', "Slow down time", (void*)-1, rmTimeMod, NULL);
|
||||
GfuiAddKey(rmScreenHandle, '+', "Accelerate time", (void*)+1, rmTimeMod, NULL);
|
||||
GfuiAddKey(rmScreenHandle, '.', "Restore real time", (void*)0, rmTimeMod, NULL);
|
||||
|
|
Loading…
Reference in a new issue