diff --git a/source/duke3d/src/game.h b/source/duke3d/src/game.h index d40a268c1..0e8af0842 100644 --- a/source/duke3d/src/game.h +++ b/source/duke3d/src/game.h @@ -536,7 +536,7 @@ static inline void G_NewGame_EnterLevel(void) static inline int G_GetMusicIdx(const char *str) { int32_t lev, ep; - char b1, b2; + signed char b1, b2; int numMatches = sscanf(str, "%c%d%c%d", &b1,&ep, &b2,&lev);