Skip to content

Commit

Permalink
switch datum index type to long
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeulater committed Nov 4, 2023
1 parent 2c003d2 commit 8750cba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xlive/Blam/Engine/cseries/cseries.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ typedef double real64;
static_assert(sizeof(real64) == 8);

// 32-bit identifier: 16-bit index, 16-bit pseudounique "salt"
// Imgui Console code doesn't compile if I make this a long type????
typedef int datum;
typedef long datum;
static_assert(sizeof(datum) == 4);

// Invokes a function
Expand Down

0 comments on commit 8750cba

Please sign in to comment.