Add / remove warning
svn-id: r7996
This commit is contained in:
parent
b959d9d64e
commit
4ca99c1c89
2 changed files with 5 additions and 3 deletions
|
@ -4743,6 +4743,7 @@ void SimonState::loadMusic (uint music) {
|
|||
if (_game & GF_AMIGAS) {
|
||||
if (_game != GAME_SIMON1CD32) {
|
||||
// TODO Add support for decruncher
|
||||
warning("playMusic - Decrunch %dtune attempt", music);
|
||||
}
|
||||
// TODO Add Protracker support for simon1amiga/cd32
|
||||
warning("playMusic - Load %dtune attempt", music);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue