diff options
author | Travis Howell | 2003-05-21 07:49:41 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-21 07:49:41 +0000 |
commit | 0096df9737affd13269693a9f54659299771e252 (patch) | |
tree | 6386c10236a2de3a4f04f53a11a975d9458e03ec /simon | |
parent | 5fae10f57375f0506e47fa6a739c46c880c9307d (diff) | |
download | scummvm-rg350-0096df9737affd13269693a9f54659299771e252.tar.gz scummvm-rg350-0096df9737affd13269693a9f54659299771e252.tar.bz2 scummvm-rg350-0096df9737affd13269693a9f54659299771e252.zip |
Remove warning
svn-id: r7774
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 0608ee5523..29269a7657 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2201,9 +2201,6 @@ void SimonState::set_video_mode_internal(uint mode, uint vga_res_id) { uint16 c; byte *vc_ptr_org; - if (_debugMode) - warning("Set video mode internal: %d, %d", mode, vga_res_id); - _video_palette_mode = mode; _lock_word |= 0x20; |