Issue909

Title ThouHastWon missing render flag causes message not displayed
Priority important Status resolved
Assigned To Keywords
Linked issues Watchers fluzz, jesusalva

Submitted on 2017-12-24 22h35 by jesusalva, last changed by fluzz.

Messages
Author: jesusalva Date: 2017-12-24   22h35
Code at init.c:1069 rendered useless due missing flag at init.c:1079.

AssembleCombatPicture() needs an extra flag to render NewBigScreenMessage or
display_big_message(). Without them, all big messages will not be displayed when
game is won (making that line functionally useless as the message will not be
rendered anyways)
Author: fluzz Date: 2018-03-27   16h24
Fix pushed in commit 0dfd6d6b1
History
Date User Action Args
2018-03-27 16:24:46fluzzsetstatus: open -> resolved
messages: + msg3558
2017-12-24 22:35:38jesusalvacreate