Changeset 12 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder
- Timestamp:
- 07/26/2017 02:47:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/ScriptIncident.java
r9 r12 66 66 */ 67 67 private int latestStart = 0; 68 69 /** 70 * Number of events in this incident. 71 */ 72 public int eventCount = 0; 68 73 69 74 SimulationScript script; … … 175 180 t.addEvent(ev); 176 181 } 182 eventCount++; 183 177 184 if (start > latestStart) 178 185 { … … 227 234 } 228 235 } 229 length = lengthSoFar + 100;236 length = lengthSoFar; 230 237 } 231 238
Note: See TracChangeset
for help on using the changeset viewer.
