Skip to content

Commit 2657080

Browse files
authored
Merge branch 'powerof3:dev' into dev-clang-cl
2 parents 25fac7a + e63d67c commit 2657080

File tree

97 files changed

+147
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+147
-140
lines changed

include/RE/A/ActorValueList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace RE
1010
public:
1111
[[nodiscard]] static ActorValueList* GetSingleton()
1212
{
13-
REL::Relocation<ActorValueList**> singleton{ RELOCATION_ID(514139, 400267) };
13+
static REL::Relocation<ActorValueList**> singleton{ RELOCATION_ID(514139, 400267) };
1414
return *singleton;
1515
}
1616

include/RE/A/AnimationFileManagerSingleton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace RE
5252

5353
[[nodiscard]] static AnimationFileManagerSingleton* GetSingleton()
5454
{
55-
REL::Relocation<AnimationFileManagerSingleton**> singleton{ RELOCATION_ID(520994, 407512) };
55+
static REL::Relocation<AnimationFileManagerSingleton**> singleton{ RELOCATION_ID(520994, 407512) };
5656
return *singleton;
5757
}
5858

include/RE/A/AnimationObjects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace RE
3232
public:
3333
[[nodiscard]] static AnimationObjects* GetSingleton()
3434
{
35-
REL::Relocation<AnimationObjects**> singleton{ RELOCATION_ID(514179, 400328) };
35+
static REL::Relocation<AnimationObjects**> singleton{ RELOCATION_ID(514179, 400328) };
3636
return *singleton;
3737
}
3838

include/RE/B/BGSAddToPlayerInventoryEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace RE
2323
public:
2424
[[nodiscard]] static std::uint32_t& GetIndex()
2525
{
26-
REL::Relocation<std::uint32_t*> index{ RELOCATION_ID(508412, 380074) };
26+
static REL::Relocation<std::uint32_t*> index{ RELOCATION_ID(508412, 380074) };
2727
return *index;
2828
}
2929

include/RE/B/BGSDecalManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace RE
1616
public:
1717
static BGSDecalManager* GetSingleton()
1818
{
19-
REL::Relocation<BGSDecalManager**> singleton{ RELOCATION_ID(514414, 400561) };
19+
static REL::Relocation<BGSDecalManager**> singleton{ RELOCATION_ID(514414, 400561) };
2020
return *singleton;
2121
}
2222

include/RE/B/BGSGrassManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace RE
1414
public:
1515
static BGSGrassManager* GetSingleton()
1616
{
17-
REL::Relocation<BGSGrassManager**> singleton{ RELOCATION_ID(514292, 400452) };
17+
static REL::Relocation<BGSGrassManager**> singleton{ RELOCATION_ID(514292, 400452) };
1818
return *singleton;
1919
}
2020

include/RE/B/BGSImpactManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace RE
4949

5050
static BGSImpactManager* GetSingleton()
5151
{
52-
REL::Relocation<BGSImpactManager**> singleton{ RELOCATION_ID(515123, 401262) };
52+
static REL::Relocation<BGSImpactManager**> singleton{ RELOCATION_ID(515123, 401262) };
5353
return *singleton;
5454
}
5555

include/RE/B/BGSSaveLoadGame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace RE
6868

6969
static BGSSaveLoadGame* GetSingleton()
7070
{
71-
REL::Relocation<BGSSaveLoadGame**> singleton{ RELOCATION_ID(516851, 403330) };
71+
static REL::Relocation<BGSSaveLoadGame**> singleton{ RELOCATION_ID(516851, 403330) };
7272
return *singleton;
7373
}
7474

include/RE/B/BSFaceGenManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace RE
3737
public:
3838
[[nodiscard]] static BSFaceGenManager* GetSingleton()
3939
{
40-
REL::Relocation<BSFaceGenManager**> singleton{ RELOCATION_ID(514182, 400331) };
40+
static REL::Relocation<BSFaceGenManager**> singleton{ RELOCATION_ID(514182, 400331) };
4141
return *singleton;
4242
}
4343

include/RE/B/BSMusicManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace RE
2424

2525
[[nodiscard]] static BSMusicManager* GetSingleton()
2626
{
27-
REL::Relocation<BSMusicManager**> singleton{ RELOCATION_ID(514738, 400896) };
27+
static REL::Relocation<BSMusicManager**> singleton{ RELOCATION_ID(514738, 400896) };
2828
return *singleton;
2929
}
3030

0 commit comments

Comments
 (0)