diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-09 18:41:07 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-09 18:41:07 -0500 |
commit | 6af7b09fa551c6cc980bb54fefd1db88c904654f (patch) | |
tree | 0b41dd144b927557f6f3a1f5d9c297efad1fa8bc | |
parent | cf8d349f603dad115c7df2c44df49595a0a164e7 (diff) | |
download | lingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.tar.gz lingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.tar.bz2 lingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.zip |
Oops
-rw-r--r-- | lingo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingo.cpp b/lingo.cpp index 38c6483..0e8720e 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
@@ -415,7 +415,7 @@ private: | |||
415 | std::cout << "Moderate hints can't be combined with an expensive hint." << std::endl; | 415 | std::cout << "Moderate hints can't be combined with an expensive hint." << std::endl; |
416 | continue; | 416 | continue; |
417 | } | 417 | } |
418 | if (green_uses != 1) | 418 | if (green_uses > 1) |
419 | { | 419 | { |
420 | std::cout << "Too many green hints." << std::endl; | 420 | std::cout << "Too many green hints." << std::endl; |
421 | continue; | 421 | continue; |