Skip to content

Commit 75fbde7

Browse files
committed
Bump LUS
1 parent 60421be commit 75fbde7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/port/Engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GameEngine::GameEngine() : dictionary(nullptr) {
162162
this->context->InitConsole();
163163

164164
this->context->GetResourceManager()->GetArchiveManager()->SetUntrustedArchiveHandler(
165-
[](Ship::Archive& archive) -> bool {
165+
[](Ship::Archive& archive, Ship::KeystoreEntry& key) {
166166
const auto info = archive.GetManifest();
167167

168168
std::string message = "An archive from an unknown author was detected.\n\n";

0 commit comments

Comments
 (0)