Skip to content

Commit

Permalink
ACCESS: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 3, 2015
1 parent 305254c commit 9634e18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/access/sound.cpp
Expand Up @@ -229,6 +229,9 @@ MusicManager::MusicManager(AccessEngine *vm) : _vm(vm) {
_nativeMT32 = true;
}
break;

default:
break;
}

#if 0
Expand Down

0 comments on commit 9634e18

Please sign in to comment.