Trying to compile 3Impact with 1.14, and it's causing an error in Replay.bmx
It errors on this line :
With "cannot convert from Int to TCStream. Which is fair enough because _cstream is defined as an int in brl.stream but I'm not sure if I should be changing the 3Impact mods to accept Ints instead of TCStreams or if there's a problem with Syncmods and I'm running an old version of the TStream mod. I thought BMax was moving away from integer handles, so I'm a bit confused about which is the source of the problem.
It errors on this line :
Function iReplayDataWrite(replay:REPLAYDATA,file:TCStream) replay.DataWrite(file._cstream) EndFunction
With "cannot convert from Int to TCStream. Which is fair enough because _cstream is defined as an int in brl.stream but I'm not sure if I should be changing the 3Impact mods to accept Ints instead of TCStreams or if there's a problem with Syncmods and I'm running an old version of the TStream mod. I thought BMax was moving away from integer handles, so I'm a bit confused about which is the source of the problem.