Mercurial > mm7
comparison Indoor.h @ 2344:13e15d77b0f8
Moving functions from unsorted_subs.h pt6
author | Grumpy7 |
---|---|
date | Sun, 06 Apr 2014 21:27:02 +0200 |
parents | 5d263539bbec |
children | 4100fb5c4913 |
comparison
equal
deleted
inserted
replaced
2343:5d263539bbec | 2344:13e15d77b0f8 |
---|---|
550 void BLV_UpdateUserInputAndOther(); | 550 void BLV_UpdateUserInputAndOther(); |
551 int BLV_GetFloorLevel(int x, int y, int z, unsigned int uSectorID, unsigned int *pFaceID); | 551 int BLV_GetFloorLevel(int x, int y, int z, unsigned int uSectorID, unsigned int *pFaceID); |
552 void BLV_UpdateDoors(); | 552 void BLV_UpdateDoors(); |
553 void UpdateActors_BLV(); | 553 void UpdateActors_BLV(); |
554 void BLV_ProcessPartyActions(); | 554 void BLV_ProcessPartyActions(); |
555 void Door_switch_animation(unsigned int uDoorID, int a2); // idb: sub_449A49 |