Start map text format
This commit is contained in:
parent
a388a915f9
commit
2cbbd8fb1a
5 changed files with 392 additions and 80 deletions
6
racing.h
6
racing.h
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue