Mercurial > mm7
comparison mm7_5.cpp @ 1687:5f01f1ed97f4
Player::StealFromActor cleanup, renamed UIMSG_1B to UIMSG_STEALFROMACTOR
author | Grumpy7 |
---|---|
date | Sun, 22 Sep 2013 03:12:11 +0200 |
parents | 2a309997c42f |
children | 7d99124bccd8 |
comparison
equal
deleted
inserted
replaced
1686:df30a0c901e5 | 1687:5f01f1ed97f4 |
---|---|
2397 continue; | 2397 continue; |
2398 ptr_507BC8 = GUIWindow::Create(0, 0, 640, 480, WINDOW_68, uMessageParam, 0); | 2398 ptr_507BC8 = GUIWindow::Create(0, 0, 640, 480, WINDOW_68, uMessageParam, 0); |
2399 pCurrentScreen = SCREEN_19; | 2399 pCurrentScreen = SCREEN_19; |
2400 pEventTimer->Pause(); | 2400 pEventTimer->Pause(); |
2401 continue; | 2401 continue; |
2402 case UIMSG_1B: | 2402 case UIMSG_STEALFROMACTOR: |
2403 __debugbreak(); | |
2404 if ( !uActiveCharacter ) | 2403 if ( !uActiveCharacter ) |
2405 continue; | 2404 continue; |
2406 if ( pParty->bTurnBasedModeOn != 1 ) | 2405 if ( pParty->bTurnBasedModeOn != 1 ) |
2407 { | 2406 { |
2408 if ( pActors[uMessageParam].uAIState == 5 ) | 2407 if ( pActors[uMessageParam].uAIState == 5 ) |