- fixed hud_messages 1 not sending messages to the notfy display.

Fixes #43
This commit is contained in:
Christoph Oelckers 2020-07-27 17:56:55 +02:00
parent 2d3bf87eff
commit d177b0cd29

View file

@ -161,8 +161,7 @@ void FTA(int q, struct player_struct* p)
else else
#endif #endif
{ {
int printlevel = hud_messages == 1 ? PRINT_MEDIUM : PRINT_MEDIUM | PRINT_NOTIFY; Printf(PRINT_MEDIUM | PRINT_NOTIFY, "%s\n", qu);
Printf(printlevel, "%s\n", qu);
} }
} }
} }