From 1ffc2055caf226ac3fdae653d2ca36167aa44b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Thu, 29 Dec 2022 12:57:40 +0100 Subject: [PATCH] Extend the BETA part of the intro text So it now includes a warning about local saves and stamps made in a beta potentially being incompatible with older versions. --- src/gui/game/IntroText.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/game/IntroText.h b/src/gui/game/IntroText.h index c7ce4bd12..2f89594d9 100644 --- a/src/gui/game/IntroText.h +++ b/src/gui/game/IntroText.h @@ -28,7 +28,8 @@ const char *const introTextData = #ifndef BETA "\bgTo use online features such as saving, you need to register at: \brhttps://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" + "\brThis is a BETA, you cannot save things publicly, nor open local saves and stamps made with it in older versions.\n" + "\brIf 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