summaryrefslogtreecommitdiff
path: root/src/d/d_s_name.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-07-05 10:34:40 -0700
committerGitHub <noreply@github.com>2026-07-05 13:34:40 -0400
commitd3c642c5d39902875ff8dc7278ef012c7dd3dd2a (patch)
tree6c2d09bc7d146c0b3cb0be7ac9677164ca03d190 /src/d/d_s_name.cpp
parenta7a5b5d6364e06e439d53a095ef6fd1ef25d7a68 (diff)
d_menu_save mostly done (#1103)
Diffstat (limited to 'src/d/d_s_name.cpp')
-rw-r--r--src/d/d_s_name.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_s_name.cpp b/src/d/d_s_name.cpp
index f4d55826..2bdc40d0 100644
--- a/src/d/d_s_name.cpp
+++ b/src/d/d_s_name.cpp
@@ -128,8 +128,8 @@ cPhs_State dScnName_c::create() {
JUT_ASSERT(489, dFe_c != NULL);
dFe_c->_create();
dMs_c = NULL;
- dComIfGs_setNoFile(0);
dComIfGs_setNewFile(0);
+ dComIfGs_setNoFile(0);
}
if (fpcM_GetName(this) == fpcNm_NAMEEX_SCENE_e) {
dComIfGs_setClearCount(1);
@@ -749,8 +749,8 @@ void dScnName_c::FileSelectClose() {
case 2:
if (fpcM_GetName(this) == fpcNm_NAMEEX_SCENE_e) {
dMs_c->initialize();
- dMs_c->field_0x053c = 1;
- dMs_c->field_0x053d = dFs_c->field_0x392f; // getErrType?
+ dMs_c->field_0x53c = 1;
+ dMs_c->field_0x53d = dFs_c->field_0x392f; // getErrType?
if (dFs_c->field_0x392f == 2) {
dMs_c->initializeEx();
}