summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-09-15 16:29:40 +0000
committersmatz <smatz@openttd.org>2008-09-15 16:29:40 +0000
commit606f4defdca281a3f918c9525dbd4d525ad11131 (patch)
tree460dfbcf75a0eba53ff1d436c6670f771aeeb3fd /src/main_gui.cpp
parentff89c704fa40362b7c3f958bade4b8380182a54b (diff)
downloadopenttd-606f4defdca281a3f918c9525dbd4d525ad11131.tar.xz
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index bdd4a3daf..7ac736638 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -122,7 +122,7 @@ void ShowNetworkGiveMoneyWindow(PlayerID player)
{
_rename_id = player;
_rename_what = 3;
- ShowQueryString(STR_EMPTY, STR_NETWORK_GIVE_MONEY_CAPTION, 30, 180, NULL, CS_NUMERAL);
+ ShowQueryString(STR_EMPTY, STR_NETWORK_GIVE_MONEY_CAPTION, 30, 180, NULL, CS_NUMERAL, QSF_NONE);
}
#endif /* ENABLE_NETWORK */