summaryrefslogtreecommitdiff
path: root/src/doom/g_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/g_game.c')
-rw-r--r--src/doom/g_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/g_game.c b/src/doom/g_game.c
index f2be98f8..a36267ca 100644
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -870,7 +870,7 @@ void G_Ticker (void)
G_DoWorldDone ();
break;
case ga_screenshot:
- V_ScreenShot("DOOM%02i.pcx");
+ V_ScreenShot("DOOM%02i.%s");
players[consoleplayer].message = DEH_String("screen shot");
gameaction = ga_nothing;
break;