Fix build errors

This commit is contained in:
Peter Stockings
2026-01-15 18:27:20 +11:00
parent fab6a7e03f
commit 1c0e4c3af6
19 changed files with 35 additions and 39 deletions

View File

@@ -101,7 +101,7 @@ export class LanderSimulation {
}
}
private crash(reason: string) {
private crash(_reason: string) {
this.result = 'CRASHED';
this.isGameOver = true;
}