[ox/mc] Rename FieldPresenceMask to FieldPresenceIndicator

(synced from e45122184e)
This commit is contained in:
2019-03-07 23:00:59 -06:00
parent b9dc6f2056
commit 740fcbb4d1
5 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include <ox/std/vector.hpp>
#include "err.hpp"
#include "presencemask.hpp"
#include "presenceindicator.hpp"
#include "types.hpp"
namespace ox {
@@ -23,7 +23,7 @@ namespace ox {
class MetalClawReader {
private:
FieldPresenseMask m_fieldPresence;
FieldPresenceIndicator m_fieldPresence;
int m_fields = 0;
int m_field = 0;
std::size_t m_buffIt = 0;