K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-12-20T01:51:59.984851Z K 7 svn:log V 437 games/openbor: fix off-by-one noticed by gcc6 openbor.c: In function 'common_dot': openbor.c:20485:39: warning: iteration 10 invokes undefined behavior [-Waggressive-loop-optimizations] iDot_time = self->dot_time[iIndex]; //Get expire time. ~~~~~~~~~~~~~~^~~~~~~~ openbor.c:20483:5: note: within this loop for(iIndex = 0; iIndex <= MAX_DOTS; iIndex++) //Loop through all DOT indexes. ^~~ END