annotate .hgtags @ 254:e940e6c00751

Add some braces to a loop in parse_opts(). A for loop had no braces around its body, which was a single if-else statement. In Advanced Rogue 5, another statement had been added, accidentally removing the if-else from the loop. This could have resulted in an out-of-bounds access to the options array. In the other games, the added braces are only for clarity.
author John "Elwin" Edwards
date Fri, 10 Feb 2017 09:02:58 -0500
parents 9e35b2f9c2ea
children e06ebc407615
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
249
9e35b2f9c2ea Added tag rel2016.06 for changeset 182e26224f92
John "Elwin" Edwards
parents:
diff changeset
1 182e26224f92e874cbcf17d96fe2f5cee8bda7d7 rel2016.06