Update gasstation.h

This commit is contained in:
Daniel Hejduk 2024-01-12 09:47:54 +01:00 committed by GitHub
parent 6907e16460
commit 1820ac8388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,15 +29,15 @@ class GasStation : public LegoWorld {
} }
private: private:
undefined m_unk0xf8 = 0; undefined m_unk0xf8;
undefined m_unk0x104 = 0; undefined m_unk0x104;
undefined m_unk0x100 = 0; undefined m_unk0x100;
undefined m_unk0x106 = 0; undefined m_unk0x106;
undefined m_unk0xfc = 0; undefined m_unk0xfc;
undefined m_unk0x108 = 0; undefined m_unk0x108;
undefined m_unk0x114 = 0; undefined m_unk0x114;
undefined m_unk0x10c = 0; undefined m_unk0x10c;
undefined m_unk0x115 = 0; undefined m_unk0x115;
undefined m_unk0x110 = 0; undefined m_unk0x110;
}; };
#endif // GASSTATION_H #endif // GASSTATION_H