diff --git a/src/multiwait.c b/src/multiwait.c index 248df10..5f5da9f 100644 --- a/src/multiwait.c +++ b/src/multiwait.c @@ -1,4 +1,4 @@ -/* +/* multiwait.c - this manages only the network screen where everyone have to select it's players and where even the basic chat is inside */ @@ -344,6 +344,13 @@ wait_for_players () done = 1; } + if ((GT_MP_PTPM) && keys[SDLK_F5] && (!keypressed)) { + /* Map modification */ + menu_get_text ("Enter the path of a field file", bman.fieldpath, 30); + draw_logo(); + chat_drawbox(); + } + chat_loop (&event); }