|
|
@ -264,6 +264,7 @@ wait_for_players ()
|
|
|
|
else { /* we have a connect so draw status */
|
|
|
|
else { /* we have a connect so draw status */
|
|
|
|
mw_draw_status ();
|
|
|
|
mw_draw_status ();
|
|
|
|
mw_draw_gfxselect (selgfx);
|
|
|
|
mw_draw_gfxselect (selgfx);
|
|
|
|
|
|
|
|
UpdateRects_nr = 0;
|
|
|
|
gfx_AddUpdateRect (0, 0, gfx.res.x, mw_y);
|
|
|
|
gfx_AddUpdateRect (0, 0, gfx.res.x, mw_y);
|
|
|
|
mw_draw_chat ();
|
|
|
|
mw_draw_chat ();
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -346,9 +347,13 @@ wait_for_players ()
|
|
|
|
|
|
|
|
|
|
|
|
if ((GT_MP_PTPM) && keys[SDLK_F5] && (!keypressed)) {
|
|
|
|
if ((GT_MP_PTPM) && keys[SDLK_F5] && (!keypressed)) {
|
|
|
|
/* Map modification */
|
|
|
|
/* Map modification */
|
|
|
|
menu_get_text ("Enter the path of a field file", bman.fieldpath, 30);
|
|
|
|
mapmenu ();
|
|
|
|
draw_logo ();
|
|
|
|
mw_draw_status ();
|
|
|
|
chat_drawbox ();
|
|
|
|
mw_draw_gfxselect (selgfx);
|
|
|
|
|
|
|
|
UpdateRects_nr = 0;
|
|
|
|
|
|
|
|
gfx_AddUpdateRect (0, 0, gfx.res.x, mw_y);
|
|
|
|
|
|
|
|
mw_draw_chat ();
|
|
|
|
|
|
|
|
gfx_UpdateRects ();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
chat_loop (&event);
|
|
|
|
chat_loop (&event);
|
|
|
|