fix check_for_interrupt stubs in editors

This commit is contained in:
2025-01-16 16:49:33 -06:00
parent df02f79ab8
commit 34785c3254
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ extern rectangle name_rect;
extern rectangle pc_race_rect;
extern rectangle edit_rect[5];
bool check_for_interrupt(std::string) {}
bool check_for_interrupt(std::string) { return false; }
bool handle_action(const sf::Event & event) {
location the_point = translate_mouse_coordinates({event.mouseButton.x, event.mouseButton.y});