diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-25 20:00:04 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-25 20:00:04 -0500 |
commit | f559fa3fe26910056e84315370cb13ec8501af18 (patch) | |
tree | 498c7ed00243cf03420451fdde3e04ac36add55c /src/link.c | |
parent | 4c52cf9ed15f01f949fbf2139444f674694e446d (diff) | |
parent | 6efa51f8ad7b62a3a12c81f1d0bf299be31718b0 (diff) |
Merge master into ObjEvent rename
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index b010558a5..dcc35d7d0 100644 --- a/src/link.c +++ b/src/link.c @@ -453,7 +453,7 @@ static void LinkTestProcessKeyInput(void) } if (gMain.newKeys & R_BUTTON) { - TrySavingData(1); + TrySavingData(SAVE_LINK); } if (gMain.newKeys & SELECT_BUTTON) { |