From b4a3f294bfe8c2c854b45ff56d971c3995b71f62 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 9 Oct 2016 13:07:55 +0200 Subject: [PATCH] Correct warning --- src/textures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textures.c b/src/textures.c index 5de0590b1..fd5bdd80c 100644 --- a/src/textures.c +++ b/src/textures.c @@ -229,7 +229,7 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int // TODO: Review function to support multiple color modes Image LoadImageFromRES(const char *rresName, int resId) { - Image image; + Image image = { 0 }; bool found = false; char id[4]; // rRES file identifier