zhanglele7921pzr / happykillmore-gcs

Automatically exported from code.google.com/p/happykillmore-gcs
Other
0 stars 0 forks source link

Mission does not store the command type in txt file #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If you save the mission to file
2.
3.

What is the expected output? What do you see instead?
Command type must be saved for every record

What version of the product are you using? On what operating system?
Ver 1.2.4.2

Please provide any additional information below.

Original issue reported on code.google.com by mdlcame...@gmail.com on 23 Mar 2011 at 11:38

GoogleCodeExporter commented 9 years ago
I found the errors and fixed as follows:
in frmMain (saveMission) line 8285 and 8287 - add the comma between speed and 
command fields.
in frmMain (readMission)line 4150 read indexno 5 instead of 4 for command and 
line 4151 read indexno 6 instead of 5 for other
and do the same as the above for line 4187 and 4188

Hope this helps. PM me if you need further info.

Original comment by mdlcame...@gmail.com on 23 Mar 2011 at 4:21

GoogleCodeExporter commented 9 years ago
Excellent, thanks for this!!!!

Original comment by paulbmather@gmail.com on 16 Apr 2011 at 5:43