git-svn-id: https://svn.eduke32.com/eduke32@369 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2006-11-30 06:54:01 +00:00
parent 4f17d1299b
commit 69505e1cc2
2 changed files with 2 additions and 2 deletions

View File

@ -2752,7 +2752,7 @@ void getinput(short snum)
momx = momy = 0;
p = &ps[snum];
if ((p->gm&MODE_MENU) || (p->gm&MODE_TYPE) || (ud.pause_on && !KB_KeyPressed(sc_Pause)))
if ((p->gm&MODE_MENU) || (p->gm&MODE_TYPE) || (ud.pause_on && !KB_KeyPressed(sc_Pause)) || p->player_par < 10)
{
CONTROL_GetInput(&info);
memset(&lastinfo, 0, sizeof(lastinfo));

View File

@ -1588,6 +1588,7 @@ int enterlevel(char g)
KB_ClearKeysDown();
handleevents();
getpackets();
waitforeverybody();
ready2send = 0;
if ((g&MODE_DEMO) != MODE_DEMO) ud.recstat = ud.m_recstat;
@ -1632,7 +1633,6 @@ int enterlevel(char g)
if (!VOLUMEONE)
{
if (boardfilename[0] != 0 && ud.m_level_number == 7 && ud.m_volume_number == 0)
{
if (loadboard(boardfilename,0,&ps[0].posx, &ps[0].posy, &ps[0].posz, &ps[0].ang,&ps[0].cursectnum) == -1)