mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
DEVTOOLS: GLK: Fix GCC Compiler Warning
This commit is contained in:
parent
0eed867445
commit
a3980b4fc9
@ -136,7 +136,7 @@ const byte FONT[] = {
|
||||
|
||||
|
||||
#define X_COUNT 32
|
||||
#define CHAR_COUNT sizeof(FONT) / 8
|
||||
#define CHAR_COUNT (int)(sizeof(FONT) / 8)
|
||||
#define Y_COUNT 3
|
||||
#define CHAR_WIDTH 6
|
||||
#define CHAR_HEIGHT 8
|
||||
|
Loading…
Reference in New Issue
Block a user