Skip to content

Commit

Permalink
ops I hard code id number here...
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed Feb 13, 2024
1 parent a3389fb commit b28c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ bool Model::getGame(int id)
}
//fileManager.createDirectory(QString::number(id)+".TRLE", false);
fileManager.extractZip(zipData.name, QString::number(id)+".TRLE");
manager.executeInstruction(4);
manager.executeInstruction(id);
}
return false;
}
Expand Down

0 comments on commit b28c68e

Please sign in to comment.