summaryrefslogtreecommitdiff
path: root/data/IntroText.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-02 19:09:00 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-02 19:09:00 (GMT)
commit519d220101acbfcda9f6843d94182ed77a691c25 (patch)
treed90ec9787cd61b91a8d20888fbfe97c8d9dd5267 /data/IntroText.h
parentc1320d200735ab3a0e25d169a4bb329de2bb40ba (diff)
downloadpowder-519d220101acbfcda9f6843d94182ed77a691c25.zip
powder-519d220101acbfcda9f6843d94182ed77a691c25.tar.gz
save more settings in powder.pref like ngrav_enable, aheat_enable, pretty powders, and debug hud. Also save ambient heat in saves, and add a warning in the intro text in betas that you can't save publically
Diffstat (limited to 'data/IntroText.h')
-rw-r--r--data/IntroText.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/IntroText.h b/data/IntroText.h
index 34da1d8..765c35e 100644
--- a/data/IntroText.h
+++ b/data/IntroText.h
@@ -22,7 +22,11 @@ static const char *introTextData =
"\bgSimon Robertshaw, Skresanov Savely, cracker64, Catelite, Bryan Hoyle, Nathan Cousins, jacksonmj,\n"
"\bgFelix Wallin, Lieuwe Mosch, Anthony Boot, Matthew \"me4502\", MaksProg, jacob1, mniip\n"
"\n"
+#ifndef BETA
"\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html\n"
+#else
+ "\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n"
+#endif
"\n"
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
#ifdef X86