mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Centerprint when screenshotting
This commit is contained in:
parent
3fe7cbf725
commit
078223c1b6
1 changed files with 46 additions and 43 deletions
|
@ -749,7 +749,10 @@ void R_ScreenShot_f (void) {
|
|||
R_TakeScreenshot(0, 0, glConfig.vidWidth, glConfig.vidHeight, checkname, qfalse);
|
||||
|
||||
if (!silent) {
|
||||
ri.Printf (PRINT_ALL, "Wrote %s\n", checkname);
|
||||
char message[64];
|
||||
|
||||
Com_sprintf(message, sizeof(message), "centerprint \"%s %s\"\n", ri.LV_ConvertString("Wrote"), checkname);
|
||||
ri.Cmd_ExecuteText(EXEC_NOW, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue