We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c649c6f commit 8846711Copy full SHA for 8846711
panda/src/toontown/dna/dnaStorage.h
@@ -98,8 +98,8 @@ class EXPCL_TOONTOWN DNAStorage {
98
int get_highest_suit_point_index();
99
int remove_suit_point(PT(DNASuitPoint));
100
void store_suit_block(const int block_number, const std::string& dept);
101
- void remove_suit_block(const int block_number);
102
void store_suit_block_num_floors(const int block_number, const int num_floors);
+ void remove_suit_block(const int block_number);
103
void store_block_number(const std::string &block, const std::string &zone_id);
104
void store_block_door_pos_hpr(const std::string& block, const LPoint3f& pos, const LPoint3f& hpr);
105
void store_block_sign_transform(const std::string& block, const LMatrix4f& mat);
0 commit comments