summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-02 10:31:40 +0200
committeraap <aap@papnet.eu>2019-06-02 10:31:40 +0200
commitcb12ee03ca5fdd2c89be4daf2571736f4363fe95 (patch)
treecd5fa5516044c50bd777bbf2f513e2d20fa5e990 /src/main.cpp
parentMerge pull request #5 from Fire-Head/master (diff)
downloadre3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar.gz
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar.bz2
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar.lz
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar.xz
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.tar.zst
re3-cb12ee03ca5fdd2c89be4daf2571736f4363fe95.zip
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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;