Minor readability issue
This commit is contained in:
parent
76d7b2151f
commit
c6a03b2e06
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ void save_bgm(void)
|
|||
void restore_bgm(void)
|
||||
{
|
||||
start_bgm(saved_bgm);
|
||||
stralloc(&saved_bgm, NULL);
|
||||
free(saved_bgm);
|
||||
saved_bgm = NULL;
|
||||
}
|
||||
|
||||
void set_bgm_volume(float gain)
|
||||
|
|
Loading…
Reference in a new issue