Merge remote-tracking branch 'gzdoom/master' into qzdoom
# Conflicts: # src/v_video.cpp
This commit is contained in:
commit
42a7dbe33a
41 changed files with 2034 additions and 2432 deletions
|
|
@ -802,7 +802,7 @@ void R_InitSkins (void)
|
|||
|
||||
if (spr == 0 && maxframe <= 0)
|
||||
{
|
||||
Printf (PRINT_BOLD, "Skin %s (#%u) has no frames. Removing.\n", Skins[i].Name, i);
|
||||
Printf (PRINT_BOLD, "Skin %s (#%u) has no frames. Removing.\n", Skins[i].Name.GetChars(), i);
|
||||
remove = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue