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 404392e commit c9a5bcdCopy full SHA for c9a5bcd
panda/src/toontown/dna/dnaStorage.cxx
@@ -167,8 +167,8 @@ PT(DNASuitPoint) DNAStorage::store_suit_point(DNASuitPoint::DNASuitPointType typ
167
// Create a new one
168
int index = get_highest_suit_point_index() + 1;
169
PT(DNASuitPoint) point = new DNASuitPoint(index, type, pos);
170
- // Ok, now actually the point
171
- _suit_point(point);
+ // Ok, now actually store the point
+ store_suit_point(point);
172
return point;
173
}
174
0 commit comments