Typo fix.

This commit is contained in:
Steve 2019-10-23 18:43:19 +01:00
parent f7d1d3dadb
commit ca36f8163b
2 changed files with 22 additions and 21 deletions

View File

@ -1,6 +1,7 @@
Changelog Changelog
1.5.1 1.5.1
* Updated Catalan translation (thanks, oriolhub) * Updated Catalan translation (thanks, oriolhub)
* Misc bug and compile fixes. * Misc bug and compile fixes.

View File

@ -162,7 +162,7 @@ void initGameSystem(void)
} }
/* /*
* Just in case the initial loading takes a while on the target machine. The rest of the loading a pretty quick by comparison. * Just in case the initial loading takes a while on the target machine. The rest of the loading is pretty quick by comparison.
*/ */
static void showLoadingStep(float step, float maxSteps) static void showLoadingStep(float step, float maxSteps)
{ {