Skip to content

Commit

Permalink
Delete config_interaction.h (HackerN64#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reonu authored and aglab2 committed Dec 14, 2022
1 parent 258bd18 commit 71f2e1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
1 change: 0 additions & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
15 changes: 0 additions & 15 deletions include/config/config_interaction.h

This file was deleted.

9 changes: 9 additions & 0 deletions include/config/config_movement.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,12 @@

// Re-enable 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

0 comments on commit 71f2e1c

Please sign in to comment.