From 3b668772879e909d290d182cf09b0b86169fc100 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 10 Jan 2020 14:00:45 -0500 Subject: [PATCH] Extra newline in data.zip message --- desktop_version/src/FileSystemUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp index 88a2ba9f..374f952c 100644 --- a/desktop_version/src/FileSystemUtils.cpp +++ b/desktop_version/src/FileSystemUtils.cpp @@ -83,7 +83,7 @@ void FILESYSTEM_init(char *argvZero) "data.zip missing!", "You do not have data.zip!" "\n\nGrab it from your purchased copy of the game," - "\n\nor get it from the free Make and Play Edition.", + "\nor get it from the free Make and Play Edition.", NULL ); }