screenshot.c
changeset 2693 4c9f68543198
parent 2548 97ada3bd2702
child 2791 f8ffac7515d4
--- a/screenshot.c	Wed Nov 23 21:47:01 2005 +0000
+++ b/screenshot.c	Sat Nov 26 12:45:53 2005 +0000
@@ -483,7 +483,7 @@
 	char *base;
 	int serial;
 
-	if (_game_mode == GM_EDITOR || _local_player == OWNER_SPECTATOR) {
+	if (_game_mode == GM_EDITOR || _game_mode == GM_MENU || _local_player == OWNER_SPECTATOR) {
 		sprintf(_screenshot_name, "screenshot");
 	} else {
 		const Player* p = GetPlayer(_local_player);