aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-24 09:05:25 +0000
committerTravis Howell2003-05-24 09:05:25 +0000
commit7febca050b407c4d35dcdfcfd6b68ff973f1bb59 (patch)
tree6300566b4038894537bcda7a477995836378ef93 /simon/simon.cpp
parent3fbae51dc06d60e453fa90b79c0af8eb983bc5c9 (diff)
downloadscummvm-rg350-7febca050b407c4d35dcdfcfd6b68ff973f1bb59.tar.gz
scummvm-rg350-7febca050b407c4d35dcdfcfd6b68ff973f1bb59.tar.bz2
scummvm-rg350-7febca050b407c4d35dcdfcfd6b68ff973f1bb59.zip
Remove a few old asserts and xxx which was not needed
svn-id: r7880
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 3c6462d26e..79b7b8bbf5 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -2301,7 +2301,6 @@ void SimonState::set_video_mode_internal(uint mode, uint vga_res_id) {
}
_lock_word &= ~0x20;
- // XXX: fix
if (!(_game & GF_SIMON2)) {
if (_unk_pal_flag) {
@@ -2462,8 +2461,6 @@ void SimonState::vc_resume_thread(byte *code_ptr, uint16 cur_file, uint16 cur_sp
void SimonState::add_vga_timer(uint num, byte *code_ptr, uint cur_sprite, uint cur_file) {
VgaTimerEntry *vte;
-// assert( (uint)READ_BE_UINT16_UNALIGNED(&*(uint16*)code_ptr) <= 63);
-
_lock_word |= 1;
for (vte = _vga_timer_list; vte->delay; vte++) {