From 4478c00b9d770fb5810d4de97665f56fd8d1e29f Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 14 Jul 2025 12:42:30 +0200 Subject: [PATCH] Corrected kamikaze index --- lib/presentation/views/round_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 113791c..7c62120 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -248,7 +248,7 @@ class _RoundViewState extends State { (_kamikazePlayerIndex == originalIndex) ? null - : index; + : originalIndex; }); }, child: Container( diff --git a/pubspec.yaml b/pubspec.yaml index 5a10eca..6773a53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.4.7+505 +version: 0.4.7+506 environment: sdk: ^3.5.4