Skip to content

Commit c9a5bcd

Browse files
Dunno why this changed
1 parent 404392e commit c9a5bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panda/src/toontown/dna/dnaStorage.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ PT(DNASuitPoint) DNAStorage::store_suit_point(DNASuitPoint::DNASuitPointType typ
167167
// Create a new one
168168
int index = get_highest_suit_point_index() + 1;
169169
PT(DNASuitPoint) point = new DNASuitPoint(index, type, pos);
170-
// Ok, now actually the point
171-
_suit_point(point);
170+
// Ok, now actually store the point
171+
store_suit_point(point);
172172
return point;
173173
}
174174

0 commit comments

Comments
 (0)