From a4373e532826cb07791d23f77ac583295e31972a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 7 Feb 2021 21:04:50 +0100 Subject: [PATCH] 1 not 1234 --- complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index 663556ff..8aae5998 100644 --- a/complex.cpp +++ b/complex.cpp @@ -3887,7 +3887,7 @@ EX namespace halloween { } else if(items[itTreat] == 2) { #if !ISMOBILE - addMessage(XLAT("Hint: press 1 2 3 4 to change the projection.")); + addMessage(XLAT("Hint: press 1 to change the projection.")); #endif } else if(items[itTreat] == 3) {