Mercurial > mm7
comparison mm7_2.cpp @ 941:c44c9883b00f
m
author | Ritor1 |
---|---|
date | Wed, 01 May 2013 16:04:37 +0600 |
parents | 851697c5c2f2 |
children | 530e3d5ab48d |
comparison
equal
deleted
inserted
replaced
934:f14af5bd375a | 941:c44c9883b00f |
---|---|
6865 | 6865 |
6866 case 40059: | 6866 case 40059: |
6867 for (uint i = 0; i < 4; ++i) | 6867 for (uint i = 0; i < 4; ++i) |
6868 pParty->pPlayers[i].uSkillPoints = 50; | 6868 pParty->pPlayers[i].uSkillPoints = 50; |
6869 return 0; | 6869 return 0; |
6870 | |
6871 case 40044://conditions | |
6872 pPlayers[uActiveCharacter]->pConditions[3] = 1; | |
6873 return 0; | |
6874 | |
6870 } | 6875 } |
6871 } | 6876 } |
6872 return DefWindowProcA(hWnd, Msg, wParam, lParam); | 6877 return DefWindowProcA(hWnd, Msg, wParam, lParam); |
6873 }; | 6878 }; |
6874 | 6879 |