mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Don't autoformat altar hints twice. (#6295)
This commit is contained in:
parent
b6cdc6c490
commit
c3ffaa918d
|
|
@ -98,14 +98,12 @@ void BuildSheikMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
|||
|
||||
void BuildChildAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
||||
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_CHILD)->GetHintMessage();
|
||||
msg.AutoFormat();
|
||||
msg.LoadIntoFont();
|
||||
*loadFromMessageTable = false;
|
||||
}
|
||||
|
||||
void BuildAdultAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
||||
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_ADULT)->GetHintMessage();
|
||||
msg.AutoFormat();
|
||||
msg.LoadIntoFont();
|
||||
*loadFromMessageTable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue