Fix gcc warning iteration 86u invokes undefined behavior

This commit is contained in:
Pan7 2016-08-23 13:20:48 +02:00
parent 8557f1820f
commit 96b9057896
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#include "texmanip.h"
#define TYP_MIPTEX 68
static unsigned tex_palette[256];
static unsigned tex_palette[256 * 3];
#define FONT_HEIGHT 10