Start map text format

This commit is contained in:
Miloslav Ciz 2024-11-27 20:30:54 +01:00
parent a388a915f9
commit 2cbbd8fb1a
5 changed files with 392 additions and 80 deletions

View file

@ -430,10 +430,6 @@ LCR_racing.carNotOKCount = 0;
// TODO
}
/**
Initializes the racing module, only call once.
*/
@ -468,8 +464,6 @@ void LCR_racingInit(void)
function with large min. distance which would lead to slow iteration over
all map blocks. */
LCR_racing.carBody.flags |= TPE_BODY_FLAG_NO_BSPHERE;
LCR_racingRestart();
}
/**