X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=dce249365e940efd5b1e9a43d6462904d31fe240;hb=b6659e15c47b5f66e7db42af93080dda213a9605;hp=0b3ec7f623383a26e07efc560938295438ae74dc;hpb=b08a9452f891ea0132aca72b79abead3f7784d1c;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 0b3ec7f6..dce24936 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -1463,7 +1463,7 @@ void SDLDrawLines(SDL_Surface *surface, struct XY *points, continue; sge_Line(surface, points[i].x + dx, points[i].y + dy, - points[i+1].x + dx, points[i+1].y + dy, color); + points[i + 1].x + dx, points[i + 1].y + dy, color); } } }