diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cd2da378..dd5804d0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -506,7 +506,7 @@ float NumberOfChunksLoaded; // TODO: compare with PS2 void -LoadingScreen(char *str1, char *str2, char *splashscreen) +LoadingScreen(const char *str1, const char *str2, const char *splashscreen) { CSprite2d *splash; |