Fixup d379abc (WFL comment syntax)

[ci skip]
This commit is contained in:
Charles Dang 2018-05-24 11:15:05 +11:00
parent f314d48f1d
commit 9b75279aea

View file

@ -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