small code cleanup

svn-id: r5877
This commit is contained in:
Travis Howell 2002-12-08 12:44:57 +00:00
parent 55f1a4c7cd
commit 42d24ba562

View file

@ -1745,13 +1745,7 @@ void SimonState::o_print_str()
break;
case GAME_SIMON1DEMO:
talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
break;
case GAME_SIMON1DOS:
talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
break;
case GAME_SIMON2DOS:
talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
break;