GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de40ee6
)
default smallmap aligh: bottom
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 17 May 2018 16:22:11 +0000
(19:22 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 17 May 2018 16:22:36 +0000
(19:22 +0300)
src/game/g_game.pas
patch
|
blob
|
history
diff --git
a/src/game/g_game.pas
b/src/game/g_game.pas
index 5ecf971a519062e9917cd5ce0038164723bd8258..2a72d3cbff95cf869e534fc704403ef0c18cf8a1 100644
(file)
--- 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:
DEADSOFTWARE 2012-2025