Fix "gfx3d.cpp:622: warning: array subscript is above array bounds" by removing that line that is now unused (confirmed by zero).

This commit is contained in:
riccardom 2009-02-11 20:32:17 +00:00
parent 1226363d5d
commit abb57abc6e
1 changed files with 0 additions and 1 deletions

View File

@ -619,7 +619,6 @@ static void SetVertex()
vert.color[0] = colorRGB[0];
vert.color[1] = colorRGB[1];
vert.color[2] = colorRGB[2];
vert.color[3] = colorRGB[3];
tempVertInfo.map[tempVertInfo.count] = vertlist->count + tempVertInfo.count - continuation;
tempVertInfo.count++;