Skip to content

Commit

Permalink
Fixed hexabits#62
Browse files Browse the repository at this point in the history
  • Loading branch information
gavrant committed Jul 6, 2024
1 parent 6c52b01 commit 8509a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GameMode GameManager::get_game( uint32_t version, uint32_t user, uint32_t bsver
case BSSTREAM_9:
return OBLIVION;
case BSSTREAM_11:
if ( user == 10 || version == 0x14000005 ) // TODO: Enumeration
if ( user == 10 || version <= 0x14000005 ) // TODO: Enumeration
return OBLIVION;
else if ( user == 11 )
return FALLOUT_3NV;
Expand Down

0 comments on commit 8509a26

Please sign in to comment.