Compare commits

..

No commits in common. "4112cc70d677d862297d6f54f9b480b0c54ca9bd" and "c853e145912dc1cf5cb06e4f59eddca074135f3c" have entirely different histories.

View File

@ -230,7 +230,7 @@ class Swar5 implements ReaderInterface
// Tempo string is not variable and dependant on kind of tournament
$this->Tournament->TempoIndex = $this->readData('Int', $swshandle);
$this->readData('String', $swshandle); // some unknown data
$this->readData('Int', $swshandle); // some unknown data
$this->Tournament->NoOfRounds = $this->readData('Int', $swshandle);
$this->Tournament->FRBEfrom = $this->readData('Int', $swshandle);