Skip to content

Commit 98f5712

Browse files
committed
chore: rename latest version
latest steam version is our source of truth this update had no offset / sig changes AFAICT but the hotfix that allowed linux to launch again reverted build number to 8928. we ignore that
1 parent 7b7343b commit 98f5712

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/Games/Portal2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ Portal2::Portal2() {
183183
void Portal2::LoadOffsets() {
184184
using namespace Offsets;
185185

186-
#include "Offsets/Portal 2 9568.hpp"
186+
#include "Offsets/Portal 2 10090.hpp"
187187
}
188188
const char *Portal2::Version() {
189-
return "Portal 2 (9568)";
189+
return "Portal 2 (10090)";
190190
}
191191
const float Portal2::Tickrate() {
192192
return 60;

src/Offsets/Default.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "Offsets/Portal 2 9568.hpp"
1+
#include "Offsets/Portal 2 10090.hpp"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# pragma GCC diagnostic ignored "-Wunused-variable"
44
#endif
55
// Portal 2 Steam, sourcemods, The Cleaning Game, Divinity
6+
// Updated from 9568 with no visible changes.
67

78

89
// Interface

src/Offsets/Portal 2 8151.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Offsets/Portal 2 9568.hpp"
1+
#include "Offsets/Portal 2 10090.hpp"
22
// Portal Stories: Mel, Reloaded
33

44
OFFSET_LINUX(tickcount, 74)

0 commit comments

Comments
 (0)