From af1787819fb852141cfca39a570927c0d48ddb6a Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Thu, 17 May 2018 19:22:11 +0300 Subject: [PATCH] default smallmap aligh: bottom --- src/game/g_game.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 5ecf971..2a72d3c 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -316,7 +316,7 @@ var g_dbg_ignore_bounds: Boolean = false; r_smallmap_h: Integer = 0; // 0: left; 1: center; 2: right - r_smallmap_v: Integer = 0; // 0: top; 1: center; 2: bottom + r_smallmap_v: Integer = 2; // 0: top; 1: center; 2: bottom // move button values: // bits 0-1: l/r state: -- 2.29.2