diff options
author | Travis Howell | 2005-02-14 10:06:22 +0000 |
---|---|---|
committer | Travis Howell | 2005-02-14 10:06:22 +0000 |
commit | 94f76a8f05223a2fa6b89aec61f422a101472d27 (patch) | |
tree | 331ccf83cc1cef8c67067b79ff25520eafd47574 | |
parent | 0e1a22729b168e284778b23ac72389895453438b (diff) | |
download | scummvm-rg350-94f76a8f05223a2fa6b89aec61f422a101472d27.tar.gz scummvm-rg350-94f76a8f05223a2fa6b89aec61f422a101472d27.tar.bz2 scummvm-rg350-94f76a8f05223a2fa6b89aec61f422a101472d27.zip |
Update comment
svn-id: r16790
-rw-r--r-- | scumm/script_v7he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 2d4aa8fe2c..851fe5fab2 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -811,7 +811,7 @@ void ScummEngine_v70he::o70_kernelSetFunctions() { case 714: break; case 2001: - // Used in SoccerMLS + // Used in SoccerMLS/Soccer2004 warning("o70_kernelSetFunctions: unhandled case 2001"); break; default: |