[ox/mc] Cleanup field presence indicator code

This commit is contained in:
2021-04-17 16:59:16 -05:00
parent 69fb4acd24
commit 9822a6ec47
4 changed files with 61 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ namespace ox {
class MetalClawWriter {
private:
FieldPresenceIndicator m_fieldPresence;
FieldBitmap m_fieldPresence;
int m_fields = 0;
int m_field = 0;
int m_unionIdx = -1;