Delete config_interaction.h (#440)

This commit is contained in:
Reonu
2022-07-22 15:20:29 +01:00
committed by GitHub
parent 27ff45daaf
commit 77f4bec4bc
3 changed files with 9 additions and 15 deletions

View File

@@ -14,7 +14,6 @@
#include "config/config_game.h" #include "config/config_game.h"
#include "config/config_goddard.h" #include "config/config_goddard.h"
#include "config/config_graphics.h" #include "config/config_graphics.h"
#include "config/config_interaction.h"
#include "config/config_menu.h" #include "config/config_menu.h"
#include "config/config_movement.h" #include "config/config_movement.h"
#include "config/config_objects.h" #include "config/config_objects.h"

View File

@@ -1,14 +0,0 @@
#pragma once
/************************
* INTERACTION SETTINGS *
************************/
// Various interaction related settings, bug fixes or QoL changes
/**
* This fixes a bug which allows mario to move when initiating
* a dialog. just as long as mario doesn't enter an action that
* can be interrupted with text.
*/
// #define BUGFIX_DIALOG_TIME_STOP

View File

@@ -82,3 +82,12 @@
// Re-enables upwarping when entering water. Forces you to only enter water from the top. // Re-enables upwarping when entering water. Forces you to only enter water from the top.
// #define WATER_PLUNGE_UPWARP // #define WATER_PLUNGE_UPWARP
/**
* This bug allows mario to move when initiating a dialog,
* just as long as mario doesn't enter an action that can
* be interrupted with text
* Uncomment this to fix this bug, and frustrate speedrunners
*/
// #define BUGFIX_DIALOG_TIME_STOP