From 35c5c0551edfe786a5d05969df85cef544ebeea6 Mon Sep 17 00:00:00 2001 From: ancarola Date: Tue, 22 Jan 2019 02:01:43 +0100 Subject: Soos --- engine/flatsurface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/flatsurface.cpp') diff --git a/engine/flatsurface.cpp b/engine/flatsurface.cpp index 7b1ee5a..b3291d6 100644 --- a/engine/flatsurface.cpp +++ b/engine/flatsurface.cpp @@ -4,7 +4,7 @@ using namespace std; -FlatSurface::FlatSurface(const char *filename, Uint32 format, SDL_Surface *parent) +FlatSurface::FlatSurface(const char *filename, uint32_t format, SDL_Surface *parent) : flat::core::object(), parent(parent), hide(false) { @@ -146,7 +146,7 @@ void FlatSurface::blit() SDL_BlitSurface(surface, viewport, parent, offset); } -SDL_Surface * FlatSurface::loadOptimizedSurface(const char *filename, Uint32 format) +SDL_Surface * FlatSurface::loadOptimizedSurface(const char *filename, uint32_t format) { SDL_Surface * optimized = 0; -- cgit v1.2.1