comparison mm7_5.cpp @ 1052:d48c762de563

-nomarg
author Nomad
date Thu, 23 May 2013 18:26:05 +0200
parents 05c62d166182
children 37498d2cceed
comparison
equal deleted inserted replaced
1051:05c62d166182 1052:d48c762de563
1636 sub_44987B(dword_591164_teleport_map_name, MapStartPoint_Party); 1636 sub_44987B(dword_591164_teleport_map_name, MapStartPoint_Party);
1637 } 1637 }
1638 } 1638 }
1639 else 1639 else
1640 { 1640 {
1641 start_event_seq_number = dword_5C341C; 1641 EventProcessor(dword_5C3418, 0, 1, dword_5C341C);
1642 EventProcessor(dword_5C3418, 0, 1); 1642 }
1643 }
1644 start_event_seq_number = 0;
1645 if ( !_strcmpi(byte_6BE3B0, "d05.blv") ) 1643 if ( !_strcmpi(byte_6BE3B0, "d05.blv") )
1646 pParty->uTimePlayed += 1474560i64; 1644 pParty->uTimePlayed += 1474560i64;
1647 continue; 1645 continue;
1648 case UIMSG_TransitionWindowCloseBtn: 1646 case UIMSG_TransitionWindowCloseBtn:
1649 CloseWindowBackground(); 1647 CloseWindowBackground();
1650 pVideoPlayer->Unload(); 1648 pVideoPlayer->Unload();
1651 DialogueEnding(); 1649 DialogueEnding();
1652 start_event_seq_number = 0;
1653 viewparams->bRedrawGameUI = true; 1650 viewparams->bRedrawGameUI = true;
1654 continue; 1651 continue;
1655 case UIMSG_CycleCharacters: 1652 case UIMSG_CycleCharacters:
1656 v39 = GetAsyncKeyState(VK_SHIFT); 1653 v39 = GetAsyncKeyState(VK_SHIFT);
1657 uActiveCharacter = CycleCharacter(v39); 1654 uActiveCharacter = CycleCharacter(v39);