diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-10-17 22:04:12 -0400 |
|---|---|---|
| committer | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-10-17 22:04:12 -0400 |
| commit | e9f4fc638ed904cc0dcdac24ea7708c9a220a702 (patch) | |
| tree | 114c3d432697e04831741e623ae2340f6239bbe9 /ZAPD/ZRoom/Commands/SetLightList.h | |
| parent | dcf56d93ecbd4db3bfd8a4832d7f991467964b98 (diff) | |
update to latest version used by SoH
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetLightList.h')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetLightList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/Commands/SetLightList.h b/ZAPD/ZRoom/Commands/SetLightList.h index c089d82..894a215 100644 --- a/ZAPD/ZRoom/Commands/SetLightList.h +++ b/ZAPD/ZRoom/Commands/SetLightList.h @@ -16,7 +16,7 @@ public: std::string GetSourceTypeName() const; size_t GetRawDataSize() const; -protected: +public: uint8_t type; int16_t x, y, z; uint8_t r, g, b; |
