Skip to content

Commit

Permalink
Fix windSpeed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
colinswrath committed Dec 10, 2023
1 parent ea6365e commit 483173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/T/TESWeather.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace RE
static_assert(sizeof(Color3) == 0x3);

// members
std::int8_t windSpeed; // 00
std::uint8_t windSpeed; // 00
std::int8_t unk01; // 01
std::int8_t unk02; // 02
std::int8_t transDelta; // 03
Expand Down

0 comments on commit 483173e

Please sign in to comment.