mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-10 05:03:29 -04:00
Fix Ocarina Time Travel Registration (#6698)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
extern "C" PlayState* gPlayState;
|
||||
|
||||
#define CVAR_OCARINA_TIME_TRAVEL_DEFAULT 0
|
||||
#define CVAR_OCARINA_TIME_TRAVEL_NAME CVAR_ENHANCEMENT("HyperBosses")
|
||||
#define CVAR_OCARINA_TIME_TRAVEL_NAME CVAR_ENHANCEMENT("TimeTravel")
|
||||
#define CVAR_OCARINA_TIME_TRAVEL_VALUE CVarGetInteger(CVAR_OCARINA_TIME_TRAVEL_NAME, CVAR_OCARINA_TIME_TRAVEL_DEFAULT)
|
||||
|
||||
/// Switches Link's age and respawns him at the last entrance he entered.
|
||||
|
||||
Reference in New Issue
Block a user