Skip to content

Commit

Permalink
GameManager::get_game(): check for BS version 175
Browse files Browse the repository at this point in the history
  • Loading branch information
fo76utils authored Sep 17, 2024
1 parent 55a763d commit d6140bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gamemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ GameMode GameManager::get_game( const NifModel * nif )
case BSSTREAM_170:
case BSSTREAM_172:
case BSSTREAM_173:
case BSSTREAM_175:
return STARFIELD;
default:
break;
Expand Down

0 comments on commit d6140bd

Please sign in to comment.