Maelstrom: Set the organization to "Ambrosia Software"

From 657a50f89780129d334f0e2ae0c02a28b3aff24e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 23 Nov 2025 00:38:16 -0800
Subject: [PATCH] Set the organization to "Ambrosia Software"

This matches the directory the original Maelstrom used for preferences
---
 game/controls.cpp | 2 --
 game/main.cpp     | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/game/controls.cpp b/game/controls.cpp
index 3952e136..0f03fa2a 100644
--- a/game/controls.cpp
+++ b/game/controls.cpp
@@ -29,8 +29,6 @@
 #include "../screenlib/UIElement.h"
 #include "../screenlib/UIElementRadio.h"
 
-#define MAELSTROM_DATA	".Maelstrom-data"
-
 /* Savable and configurable controls/data */
 
 Controls::Controls() :
diff --git a/game/main.cpp b/game/main.cpp
index 8bf5b789..ccd2691a 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -53,7 +53,7 @@
 #include "../Xcode-iOS/Maelstrom_GameKit.h"
 #endif
 
-#define MAELSTROM_ORGANIZATION	"AmbrosiaSW"
+#define MAELSTROM_ORGANIZATION	"Ambrosia Software"
 #define MAELSTROM_NAME		"Maelstrom"
 
 static const char *Version =