Skip to content

Commit

Permalink
Merge pull request #93 from colinswrath/WindSpeedTypingFix
Browse files Browse the repository at this point in the history
Fix windSpeed typing
  • Loading branch information
powerof3 authored Dec 11, 2023
2 parents ea6365e + 483173e commit db60c89
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 db60c89

Please sign in to comment.