warnings and debug code cleanup

This commit is contained in:
Christoph Oelckers 2023-12-26 22:13:47 +01:00
commit 958303556f
9 changed files with 22 additions and 21 deletions

View file

@ -852,7 +852,7 @@ DEFINE_ACTION_FUNCTION(_Wads, GetLumpLength)
{
PARAM_PROLOGUE;
PARAM_INT(lump);
ACTION_RETURN_INT(fileSystem.FileLength(lump));
ACTION_RETURN_INT((int)fileSystem.FileLength(lump));
}
//==========================================================================