more casting errors fixed

This commit is contained in:
Leah Anderson
2026-03-02 10:52:12 -07:00
parent 143865600c
commit 8947b89f22
5 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
EntityEventPacket::EntityEventPacket()
{
entityId = 0;
eventId = 0;
eventId = (std::byte)0;
}
EntityEventPacket::EntityEventPacket(int entityId, byte eventId)