View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000673 | FSSCP | FRED | public | 2006-01-02 04:43 | 2006-01-02 06:42 |
| Reporter | pvh | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0000673: GCC does not like "for(i = 0; ....) {" | ||||
| Description | Fix attached as additional information. | ||||
| Additional Information | diff -u -r2.195 sexp.cpp --- code/parse/sexp.cpp 31 Dec 2005 01:49:53 -0000 2.195 +++ code/parse/sexp.cpp 2 Jan 2006 03:54:33 -0000 @@ -5652,7 +5652,7 @@ if(idx > -1) { bool wing_check = true; - for(i = 0; i < Wings[idx].current_count; i++) + for(int i = 0; i < Wings[idx].current_count; i++) { if(!sexp_helper_is_within_box(box_vals, &Objects[Ships[Wings[idx].ship_index[i]].objnum].pos)) | ||||
| Tags | No tags attached. | ||||