diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 73d09231e2..d000ce7762 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -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; |