Skip to content

Commit

Permalink
fix: setbackIndex having multiple definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trico-Everfire committed Apr 26, 2024
1 parent 8f7e8af commit 136014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void CMainWindow::compressVTFFile()
auto pVtfVersionBox = new QComboBox( this );
int setbackIndex = 1;
#ifdef CHAOS_INITIATIVE
int setbackIndex = 2;
setbackIndex = 2;
for ( int i = 0; i <= VTF_MINOR_VERSION; i++ )
#else
for ( int i = 0; i <= 5; i++ )
Expand Down

0 comments on commit 136014f

Please sign in to comment.