mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-17 22:37:34 +00:00
screen: make screenshot message consistent
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
9f5a3d4b23
commit
090e2f4c6b
@ -647,7 +647,7 @@ SCR_ScreenShot_f(void)
|
||||
break; // file doesn't exist
|
||||
}
|
||||
if (i == 100) {
|
||||
Con_Printf("SCR_ScreenShot_f: Couldn't create a PCX file\n");
|
||||
Con_Printf("%s: Couldn't create a PCX file\n", __func__);
|
||||
return;
|
||||
}
|
||||
//
|
||||
|
@ -673,7 +673,7 @@ SCR_ScreenShot_f(void)
|
||||
break; // file doesn't exist
|
||||
}
|
||||
if (i == 100) {
|
||||
Con_Printf("SCR_ScreenShot_f: Couldn't create a PCX");
|
||||
Con_Printf("%s: Couldn't create a PCX file", __func__);
|
||||
return;
|
||||
}
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user