Skip to content

Commit 8846711

Browse files
Update dnaStorage.h
1 parent c649c6f commit 8846711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/toontown/dna/dnaStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class EXPCL_TOONTOWN DNAStorage {
9898
int get_highest_suit_point_index();
9999
int remove_suit_point(PT(DNASuitPoint));
100100
void store_suit_block(const int block_number, const std::string& dept);
101-
void remove_suit_block(const int block_number);
102101
void store_suit_block_num_floors(const int block_number, const int num_floors);
102+
void remove_suit_block(const int block_number);
103103
void store_block_number(const std::string &block, const std::string &zone_id);
104104
void store_block_door_pos_hpr(const std::string& block, const LPoint3f& pos, const LPoint3f& hpr);
105105
void store_block_sign_transform(const std::string& block, const LMatrix4f& mat);

0 commit comments

Comments
 (0)