From 6f00b57eb9e541cd837acfba5b637fbc21ee6cdb Mon Sep 17 00:00:00 2001 From: sasodoma Date: Mon, 11 Jul 2022 09:09:57 +0200 Subject: [PATCH] Change strings from Commation to Commendation, as it is in the original game (#144) --- SpaceCadetPinball/pinball.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SpaceCadetPinball/pinball.cpp b/SpaceCadetPinball/pinball.cpp index 0fc39bd..1638f50 100644 --- a/SpaceCadetPinball/pinball.cpp +++ b/SpaceCadetPinball/pinball.cpp @@ -61,9 +61,9 @@ std::map rc_strings {50, "Awaiting Deployment"}, {51, "Flags Upgraded"}, {52, "Bonus Hold"}, - {53, "Level One Commation"}, - {54, "Level Two Commation"}, - {55, "Level Three Commation"}, + {53, "Level One Commendation"}, + {54, "Level Two Commendation"}, + {55, "Level Three Commendation"}, {56, "Field Multiplier 2x"}, {57, "Field Multiplier 3x"}, {58, "Field Multiplier 5x"},