Movie: The options to run rars in record or
replay mode do not work
Version | 0.72 |
Solved in | 0.73c |
File | carz.cpp |
Owner | Marc Gueury |
Platform | ALL |
Impact on cars | NONE |
Impact on portability | NONE |
Description:
It is impossible to replay movies in version 0.72.
In carz.cpp
[...]
void RaceManager::AllInit()
{
<Snip>
RACEMODE = 0;
// Normal racing without movie recording
[...]
Put this in comment and the options will work.
Solution
RACEMODE is already initialised before, during the reading of the parameters.
This line has nothing to do overthere.