Closed Homailot closed 4 years ago
https://github.com/DoStini/FEUP-AEDA-proj/blob/74ec0a8baccaf9c0f7fe56eaa03882759c02243a/src/Streams/LiveStream.cpp#L10
That's just an initializer. The real value is initialized on streamZ after loading streams from file
And the value is supposed to start at 0 because we do streamId = ++lastId;
streamId = ++lastId;
https://github.com/DoStini/FEUP-AEDA-proj/blob/74ec0a8baccaf9c0f7fe56eaa03882759c02243a/src/Streams/LiveStream.cpp#L10