]> git.jsancho.org Git - lugaru.git/commit
Dialogs: Fix long lines overflowing the box
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 28 Jan 2017 12:12:21 +0000 (13:12 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 28 Jan 2017 12:12:21 +0000 (13:12 +0100)
commit80262de6f860d9aead05ffa42bdb245c0c888b37
tree1e537082a3f42aa7b32c2c1de25708d5298fb79b
parent9b37fdbac88d4fd15e85ceb0a30697fa86370085
Dialogs: Fix long lines overflowing the box

I just reduced their scale factor from 1.5 to 1.4, which seems to work fine.
Also took the opportunity to cleanup the string management while I was trying
to understand what the code does.

Fixes #86.
Source/GameDraw.cpp