diff options
| author | Steven Fuller <relnev@icculus.org> | 2014-12-25 12:00:00 +0100 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 03:45:24 +0200 |
| commit | 22475d6d94e96056d1550dca00b32d00e3821649 (patch) | |
| tree | 175dbbc8da0704d493fe3cb6024d8117c4f1b27b /src/menus.c | |
| parent | 819e239f23b0c515f32fe0ec8350bdfd8d64c9e9 (diff) | |
Import icculus.org release (2014-12-25)
Diffstat (limited to 'src/menus.c')
| -rw-r--r-- | src/menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menus.c b/src/menus.c index 5415dc3..25e98ae 100644 --- a/src/menus.c +++ b/src/menus.c @@ -290,7 +290,7 @@ static void LoadMenuFont() { AVPMENUGFX *gfxPtr; char buffer[100]; - unsigned int fastFileLength; + size_t fastFileLength; void const *pFastFileData; IntroFont_Light.height = 33; @@ -1050,7 +1050,7 @@ void LoadAvPMenuGfx(enum AVPMENUGFX_ID menuGfxID) { AVPMENUGFX *gfxPtr; char buffer[100]; - unsigned int fastFileLength; + size_t fastFileLength; void const *pFastFileData; GLOBALASSERT(menuGfxID < MAX_NO_OF_AVPMENUGFXS); |
