Remove unnecessary logic from dMirror_packet_c::entryModel

This commit is contained in:
Luke Street
2026-04-24 13:34:51 -06:00
parent f0e8379fa5
commit b2c09d56d6
-7
View File
@@ -84,13 +84,6 @@ void dMirror_packet_c::calcMinMax() {
}
int dMirror_packet_c::entryModel(J3DModel* i_model) {
#if TARGET_PC
if (mbReset) {
mModelCount = 0;
mbReset = false;
}
#endif
if (mModelCount >= 0x40) {
return 0;
}