projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3d393
)
Show the top line too when only chat, but not HUD is shown
author
Kahrl
<kahrl@gmx.net>
Wed, 1 Feb 2012 00:36:59 +0000
(
01:36
+0100)
committer
Kahrl
<kahrl@gmx.net>
Wed, 1 Feb 2012 00:36:59 +0000
(
01:36
+0100)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index 027de6923cf836151973d5a71ed8938998f310f3..76fdedcf0fed39e54325c7a9b5318bbb547d508b 100644
(file)
--- a/
src/game.cpp
+++ b/
src/game.cpp
@@
-2219,7
+2219,7
@@
void the_game(
guitext->setText(narrow_to_wide(temptext).c_str());
guitext->setVisible(true);
}
- else if(show_hud)
+ else if(show_hud
|| show_chat
)
{
guitext->setText(narrow_to_wide(program_name_and_version).c_str());
guitext->setVisible(true);