File tree 3 files changed +112
-155
lines changed
3 files changed +112
-155
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ using clara::ParserResult;
50
50
using clara::ParseResultType;
51
51
52
52
bool All_Done = false ;
53
- short had_text_freeze = 0 , num_fonts;
53
+ short num_fonts;
54
54
bool first_startup_update = true ;
55
55
bool first_sound_played = false ,spell_forced = false ;
56
56
bool party_in_memory = false ;
@@ -1336,10 +1336,6 @@ int last_window_x = 0;
1336
1336
int last_window_y = 0 ;
1337
1337
1338
1338
void handle_one_event (const sf::Event& event, cFramerateLimiter& fps_limiter) {
1339
-
1340
- // What does this do and should it be here?
1341
- through_sending ();
1342
-
1343
1339
// What does this do and should it be here?
1344
1340
clear_sound_memory ();
1345
1341
@@ -1468,13 +1464,6 @@ void redraw_everything() {
1468
1464
}
1469
1465
1470
1466
void Mouse_Pressed (const sf::Event& event, cFramerateLimiter& fps_limiter) {
1471
-
1472
- // What is this stuff? Why is it here?
1473
- if (had_text_freeze > 0 ) {
1474
- had_text_freeze--;
1475
- return ;
1476
- }
1477
-
1478
1467
if (overall_mode == MODE_STARTUP) {
1479
1468
All_Done = handle_startup_press ({event.mouseButton .x , event.mouseButton .y });
1480
1469
} else {
You can’t perform that action at this time.
0 commit comments