Fixed typo in race loading screen
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@787 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 37ed6d8d30a94d0621d829e0c05b5a8106ff6172 Former-commit-id: 61964ec68e65d7782e6cb6d95587f87084e1c95e
This commit is contained in:
parent
aad02463d4
commit
668725250a
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ reDumpTrack(tTrack *track, int verbose)
|
|||
const char *stype[4] = { "", "RGT", "LFT", "STR" };
|
||||
#endif
|
||||
|
||||
sprintf(buf, " by %s (%.2f m length, %.2f m wide) ...",
|
||||
sprintf(buf, " by %s (%.2f m long, %.2f m wide) ...",
|
||||
track->author, track->length, track->width);
|
||||
RmLoadingScreenSetText(buf);
|
||||
|
||||
|
|
Loading…
Reference in a new issue