You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Delete config_interaction.h (#440)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include "config/config_game.h"
|
||||
#include "config/config_goddard.h"
|
||||
#include "config/config_graphics.h"
|
||||
#include "config/config_interaction.h"
|
||||
#include "config/config_menu.h"
|
||||
#include "config/config_movement.h"
|
||||
#include "config/config_objects.h"
|
||||
|
||||
@@ -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
|
||||
@@ -82,3 +82,12 @@
|
||||
|
||||
// Re-enables upwarping when entering water. Forces you to only enter water from the top.
|
||||
// #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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user