cleanup: flatten dead branches in world io level network and stats

This commit is contained in:
MatthewBeshay
2026-03-26 20:53:52 +11:00
parent 12ff12a263
commit 8d3c504ee6
93 changed files with 274 additions and 3246 deletions

View File

@@ -64,12 +64,7 @@ bool AwardStatPacket::isAync() { return true; }
// On most platforms we only store 'count' in an AwardStatPacket.
int AwardStatPacket::getCount() {
#if 0
assert(false); // Method not supported on Durango.
return 0;
#else
return *((int*)this->m_paramData.data);
#endif
}
// On Durango we store 'Event' parameters here in a blob.