add time call for sound req
Stefan Schuermans

Stefan Schuermans commited on 2019-07-07 20:21:46
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -424,6 +424,7 @@ void Game::requestOpConnSound(OpConn *pConn, NameFile const &soundFile)
424 424
 {
425 425
   if (pConn) {
426 426
     m_opConnSounds[pConn] = &soundFile;
427
+    planTimeCall();
427 428
   }
428 429
 }
429 430
 
430 431