Skip to content

Commit

Permalink
Move _legacy.cpp contents to UI project
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Sep 22, 2024
1 parent 0431ef0 commit da01434
Show file tree
Hide file tree
Showing 9 changed files with 430 additions and 461 deletions.
4 changes: 3 additions & 1 deletion src/openrct2-ui/WindowManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,9 @@ class WindowManager final : public IWindowManager
case INTENT_ACTION_REMOVE_PROVISIONAL_FOOTPATH:
FootpathRemoveProvisional();
break;

case INTENT_ACTION_REMOVE_PROVISIONAL_TRACK_PIECE:
RideRemoveProvisionalTrackPiece();
break;
default:
break;
}
Expand Down
Loading

0 comments on commit da01434

Please sign in to comment.