summonallplayercorpses converted to xyz_heading

This commit is contained in:
Arthur Ice
2014-12-02 12:42:47 -08:00
parent dd5265dc02
commit 7a74df5ff1
4 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ public:
void clear_zone_flag(int zone_id);
void sethp(int hpperc);
bool summonburriedplayercorpse(uint32 char_id, const xyz_heading& position);
bool summonallplayercorpses(uint32 char_id, float dest_x, float dest_y, float dest_z, float dest_heading);
bool summonallplayercorpses(uint32 char_id, const xyz_heading& position);
uint32 getplayerburriedcorpsecount(uint32 char_id);
bool buryplayercorpse(uint32 char_id);
void forcedooropen(uint32 doorid, bool altmode);