Implement SMSG_WEATHER and wire real game state (map ID, weather, underwater) to lighting system

This commit is contained in:
Kelsi 2026-02-17 17:59:41 -08:00
parent 60ebb4dc3f
commit 369ad26476
5 changed files with 44 additions and 7 deletions

View file

@ -358,6 +358,9 @@ enum class LogicalOpcode : uint16_t {
SMSG_ARENA_ERROR,
MSG_INSPECT_ARENA_TEAMS,
// ---- Weather ----
SMSG_WEATHER,
// ---- Emotes ----
CMSG_EMOTE,
SMSG_EMOTE,