🧹 performance-unnecessary-value-param

This commit is contained in:
Anders Jenbo 2021-04-21 21:04:55 +02:00
commit f004c78824
39 changed files with 143 additions and 240 deletions

View file

@ -154,7 +154,7 @@ static void RedPalette()
system_palette[i].b = 0;
}
palette_update();
SDL_Rect srcRect = {
SDL_Rect srcRect {
BUFFER_BORDER_LEFT,
BUFFER_BORDER_TOP,
gnScreenWidth,