From 2b27073156f40df263cf653263488b8d72a76236 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 27 Jun 2006 21:25:53 +0000 Subject: (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular --- main_gui.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'main_gui.c') diff --git a/main_gui.c b/main_gui.c index d2389ec8b..3e63d4144 100644 --- a/main_gui.c +++ b/main_gui.c @@ -90,10 +90,11 @@ void HandleOnEditText(WindowEvent *e) // Inform the player of this action snprintf(msg, sizeof(msg), "%d", money); - if (!_network_server) + if (!_network_server) { SEND_COMMAND(PACKET_CLIENT_CHAT)(NETWORK_ACTION_GIVE_MONEY, DESTTYPE_PLAYER, id + 1, msg); - else + } else { NetworkServer_HandleChat(NETWORK_ACTION_GIVE_MONEY, DESTTYPE_PLAYER, id + 1, msg, NETWORK_SERVER_INDEX); + } break; } case 4: /* Game-Password and Company-Password */ @@ -2273,7 +2274,8 @@ static WindowDesc _main_status_desc = { extern void UpdateAllStationVirtCoord(void); -static void MainWindowWndProc(Window *w, WindowEvent *e) { +static void MainWindowWndProc(Window* w, WindowEvent* e) +{ int off_x; switch (e->event) { -- cgit v1.2.3-54-g00ecf