Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 96fedb2

Browse files
committed
Fix late night mistake
1 parent e3d1a23 commit 96fedb2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

libs/anno-api/src/random_game_functions.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ bool FindAddresses()
133133
}};
134134

135135
ADDRESSES[SOME_GLOBAL_STRUCTURE_ARCHIVE] = {[](std::optional<std::string_view> game_file) {
136-
// return (uintptr_t)0x144C34D08;
137-
return (uintptr_t)0x145148278;
138-
139136
// Game Update 13
140137
try {
141138
auto match =

libs/python35/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// clang-format off
44
#define VERSION_MAJOR 0
55
#define VERSION_MINOR 8
6-
#define VERSION_REVISION 4
6+
#define VERSION_REVISION 5
77

88
#define STRINGIFY_(s) #s
99
#define STRINGIFY(s) STRINGIFY_(s)

0 commit comments

Comments
 (0)