Remove line_rect and prect

`prect` just wasn't needed as it was used in one place, and
`line_rect` isn't used anymore.
This commit is contained in:
AllyTally
2023-05-22 15:48:13 -03:00
committed by Misa Elizabeth Kai
parent 81ad7ed9d6
commit d93d773a8a
2 changed files with 4 additions and 10 deletions

View File

@@ -358,10 +358,8 @@ public:
SDL_Rect tiles_rect;
SDL_Rect sprites_rect;
SDL_Rect line_rect;
SDL_Rect tele_rect;
SDL_Rect prect;
SDL_Rect footerrect;
int linestate, linedelay;