Fixup 9bf7a4c
(WFL comment syntax)
[ci skip]
(cherry-picked from commit c48a8e7edd
)
This commit is contained in:
parent
34c9a2aedc
commit
b67fd6d96d
1 changed files with 7 additions and 5 deletions
|
@ -36,12 +36,14 @@ where
|
|||
0
|
||||
)
|
||||
),
|
||||
# TODO: this is rather hacky. The old value was gamemap_height - 4 but that caused
|
||||
# crashes with the 727 px high Rithrandil portrait in TRoW. This value seems to work,
|
||||
# but the fact that it crashed at all points to some deeper logic flaw in the size
|
||||
# calculation formulas here. Need to revisit at some point...
|
||||
#
|
||||
# -- vultraz, 2018-05-24
|
||||
TODO: this is rather hacky. The old value was gamemap_height - 4 but that caused
|
||||
crashes with the 727 px high Rithrandil portrait in TRoW. This value seems to work,
|
||||
but the fact that it crashed at all points to some deeper logic flaw in the size
|
||||
calculation formulas here. Need to revisit at some point...
|
||||
|
||||
-- vultraz, 2018-05-24
|
||||
#
|
||||
max_height = (gamemap_height - 30)
|
||||
)
|
||||
)#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue