diff options
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/g_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c index 19f3e1fe..dc9ee351 100644 --- a/src/strife/g_game.c +++ b/src/strife/g_game.c @@ -937,7 +937,7 @@ void G_Ticker (void) G_DoWorldDone (); break; case ga_screenshot: - V_ScreenShot("STRIFE%02i.pcx"); // [STRIFE] file name, message + V_ScreenShot("STRIFE%02i.%s"); // [STRIFE] file name, message players[consoleplayer].message = DEH_String("STRIFE by Rogue entertainment"); gameaction = ga_nothing; break; |