diff options
author | Torbjörn Andersson | 2003-06-05 07:17:57 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-06-05 07:17:57 +0000 |
commit | fa6b0b6736f6618ebfcc77d9fd67fced048a5b70 (patch) | |
tree | 91c198870d16b5df5fb0ff9934a98d5350d34003 | |
parent | b8080605cc2dc225255b91abd46af6ac4367c3f9 (diff) | |
download | scummvm-rg350-fa6b0b6736f6618ebfcc77d9fd67fced048a5b70.tar.gz scummvm-rg350-fa6b0b6736f6618ebfcc77d9fd67fced048a5b70.tar.bz2 scummvm-rg350-fa6b0b6736f6618ebfcc77d9fd67fced048a5b70.zip |
cleanup
svn-id: r8315
-rw-r--r-- | scumm/script_v6.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index c63d8a0249..f3e3e63dae 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2452,6 +2452,7 @@ void Scumm_v6::o6_kernelSetFunctions() { break; case 9: sp->play("credits.san", getGameDataPath()); + break; default: // Other INSANE modes warning("Unknown FT_INSANE mode for %d", args[1]); |