Skip to content

Commit

Permalink
correct titanfall2::sprp_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Dec 6, 2023
1 parent 3dd6ae2 commit 5b761e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ int main(int argc, char* argv[]) {
return ret;
}


int convert(char* in_filename, char* out_filename) {
Bsp r1bsp(in_filename);
if (!r1bsp.is_valid() || r1bsp.header_->version != titanfall::VERSION) {
Expand Down
2 changes: 1 addition & 1 deletion src/titanfall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace titanfall {
const int VERSION = 29;
const int sprp_VERSION = 12;
const int sprp_VERSION = 13;
/* LUMP INDICES */
const int GAME_LUMP = 0x23;
const int LIGHTPROBE_REFS = 0x68;
Expand Down

0 comments on commit 5b761e6

Please sign in to comment.