mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
truncate demo lump name in G_DoPlayDemo info message
This commit is contained in:
parent
afb1e719c7
commit
eb6ddb0aad
@ -1895,7 +1895,7 @@ static void G_DoPlayDemo(void)
|
||||
}
|
||||
|
||||
// [FG] report compatibility mode
|
||||
I_Printf(VB_INFO, "G_DoPlayDemo: %s (%s)", basename, W_WadNameForLump(lumpnum));
|
||||
I_Printf(VB_INFO, "G_DoPlayDemo: %.8s (%s)", basename, W_WadNameForLump(lumpnum));
|
||||
}
|
||||
|
||||
#define VERSIONSIZE 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user