shithub: cstory

Download patch

ref: 32d29eb63ec7a3ca1634696c7df1b3229febc89e
parent: ab4a265cd9d4c470e4c5e9b4deecfd23a20bcae3
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue Nov 5 05:48:06 EST 2019

Documentation : Note that the fact 96 is already listed results in the condition always being false

--- a/src/MiniMap.cpp
+++ b/src/MiniMap.cpp
@@ -64,7 +64,7 @@
 			a == 83 ||
 			a == 84 ||
 			a == 87 ||
-			a == 96 ||	// This is already listed above
+			a == 96 ||	// This is already listed above, so that part of the expression is always false
 			a == 112 ||
 			a == 115 ||
 			a == 116 ||