fm towns cd audio fix from Hibernatus

svn-id: r9141
This commit is contained in:
Travis Howell 2003-07-23 05:17:21 +00:00
parent 88cf307273
commit 13dae9b394
3 changed files with 6 additions and 2 deletions

View file

@ -106,6 +106,10 @@ OSystem_SDL_Common::OSystem_SDL_Common()
// reset mouse state
memset(&km, 0, sizeof(km));
cd_end_time = 0;
cd_num_loops = 0;
cd_duration = 0;
cd_stop_time = 0;
}
OSystem_SDL_Common::~OSystem_SDL_Common() {