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

This commit is contained in:
Gabriel Ravier 2019-11-05 10:48:06 +01:00
parent ab4a265cd9
commit 32d29eb63e

View file

@ -64,7 +64,7 @@ void WriteMiniMapLine(int line)
a == 83 || a == 83 ||
a == 84 || a == 84 ||
a == 87 || 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 == 112 ||
a == 115 || a == 115 ||
a == 116 || a == 116 ||