From 8f07fc629fe97284a3a9ec48718f74d084509f48 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 31 Oct 2017 00:00:31 +0100 Subject: [PATCH] fixed desc commit --- classes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.cpp b/classes.cpp index b5174b43..4e1fb86e 100644 --- a/classes.cpp +++ b/classes.cpp @@ -276,7 +276,7 @@ const char *blizzarddesc = const char *crystaldesc = "Yes, this is definitely a crystal. A very regular crystalline structure.\n\n" - "This land has been designed to test various geometries, and it does not appear during a normal gameplay." + "This land has been designed to test various geometries, and it does not appear during a normal gameplay."; const char *NODESC = "No description yet."; const char *NODESCYET = "No description yet.";