Moved sound buffer reallocation to resetpchard_init().

This commit is contained in:
OBattler
2017-06-22 18:32:53 +02:00
parent fd307dd24b
commit 21b3b6d51d
2 changed files with 2 additions and 2 deletions

View File

@@ -487,6 +487,8 @@ void resetpchard_init(void)
{
int i = 0;
sound_realloc_buffers();
initalmain(0,NULL);
device_init();