Typo fix.
This commit is contained in:
parent
f7d1d3dadb
commit
ca36f8163b
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue