From 99c91ad05792b98cc86b51dbb4ab3ebe5c1e4873 Mon Sep 17 00:00:00 2001 From: Struma Date: Thu, 17 Dec 2020 16:06:34 -0500 Subject: [PATCH] typo city --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index 7e956c68..21a620f6 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -195,7 +195,7 @@ void Config::readGameINI() { if (!customScript.empty()) { game.title = customScript.c_str(); - if (rgssVersion = 0) + if (rgssVersion == 0) rgssVersion = 1; setupScreenSize(*this);