Skip to content

Commit

Permalink
ci: maintenance 2024-07-13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2024
1 parent 18c1296 commit b15c099
Show file tree
Hide file tree
Showing 17 changed files with 332 additions and 346 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ namespace RE
std::uint64_t unk518; // 518
std::uint64_t unk520; // 520
std::uint64_t unk528; // 528
std::uint8_t unk530[88]; // 530
std::uint8_t unk530[88]; // 530
};
static_assert(sizeof(Actor) == 0x570);
}
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSInputEnableManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace RE
{
using func_t = decltype(&BSInputEnableManager::CreateLayer);
REL::Relocation<func_t> func(REL::ID(179101));
return func(this, a_layer, a_layerName);
return func(this, a_layer, a_layerName);
}
};
}
6 changes: 3 additions & 3 deletions CommonLibSF/include/RE/B/BSInputEventUser.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "RE/M/MemoryManager.h"
#include "RE/B/BSFixedString.h"
#include "RE/M/MemoryManager.h"

namespace RE
{
Expand Down Expand Up @@ -98,8 +98,8 @@ namespace RE
{
using func_t = decltype(&BSInputEventUser::InputEventUser_Unk_09);
REL::Relocation<func_t> func(REL::ID(178899));
return func(this, a_event);
}
return func(this, a_event);
}

SF_HEAP_REDEFINE_NEW(BSInputEventUser);

Expand Down
Loading

0 comments on commit b15c099

Please sign in to comment.