Mercurial > mm7
comparison Indoor.cpp @ 1303:dcc52e17b517
m
author | Ritor1 |
---|---|
date | Sun, 23 Jun 2013 14:02:07 +0600 |
parents | 8a196c858180 |
children | 13b7be8b06a0 |
comparison
equal
deleted
inserted
replaced
1286:d8033eb56d7e | 1303:dcc52e17b517 |
---|---|
4637 word_A750E2 = LOWORD(v34[rand() % v30]); | 4637 word_A750E2 = LOWORD(v34[rand() % v30]); |
4638 } | 4638 } |
4639 } | 4639 } |
4640 } | 4640 } |
4641 } | 4641 } |
4642 | |
4643 //----- (0046BDF1) -------------------------------------------------------- | |
4644 void __cdecl BLV_UpdateUserInputAndOther() | |
4645 { | |
4646 UpdateObjects(); | |
4647 BLV_ProcessPartyActions(); | |
4648 UpdateActors_BLV(); | |
4649 BLV_UpdateDoors(); | |
4650 check_event_triggers(); | |
4651 } |