Documentation : Note that the fact 96 is already listed results in the condition always being false
This commit is contained in:
parent
ab4a265cd9
commit
32d29eb63e
1 changed files with 1 additions and 1 deletions
|
@ -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 ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue