mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- fixed hud_messages 1 not sending messages to the notfy display.
Fixes #43
This commit is contained in:
parent
2d3bf87eff
commit
d177b0cd29
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue