diff --git a/templates/advance_game/screens/screen_logo.c b/templates/advance_game/screens/screen_logo.c index a9440e4b2..148fbd6ea 100644 --- a/templates/advance_game/screens/screen_logo.c +++ b/templates/advance_game/screens/screen_logo.c @@ -64,11 +64,6 @@ void InitLogoScreen(void) logoPositionX = GetScreenWidth()/2 - 128; logoPositionY = GetScreenHeight()/2 - 128; - topSideRecWidth = LOGO_RECS_SIDE; - leftSideRecHeight = LOGO_RECS_SIDE; - bottomSideRecWidth = LOGO_RECS_SIDE; - rightSideRecHeight = LOGO_RECS_SIDE; - for (int i = 0; i < 8; i++) raylib[i] = '\0'; state = 0; @@ -206,4 +201,4 @@ void UnloadLogoScreen(void) int FinishLogoScreen(void) { return finishScreen; -} \ No newline at end of file +}