From 485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Nov 2018 01:09:30 +0300 Subject: Fix code style. --- src/render/sdlgraphics.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/render') diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index ad7ea9fcd..c1d0846b1 100644 --- a/src/render/sdlgraphics.cpp +++ b/src/render/sdlgraphics.cpp @@ -839,7 +839,10 @@ int SDLGraphics::SDL_FakeUpperBlit(const SDL_Surface *restrict const src, const SDL_Surface *restrict const dst, SDL_Rect *restrict dstrect) const restrict2 { - int srcx, srcy, w, h; + int srcx; + int srcy; + int w; + int h; // Make sure the surfaces aren't locked if ((src == nullptr) || (dst == nullptr)) -- cgit v1.2.3-60-g2f50