mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
feedback
This commit is contained in:
parent
8c00b4ebea
commit
0f5c77ef4b
1 changed files with 3 additions and 3 deletions
|
@ -174,6 +174,6 @@ void RegisterShouldPlayBlueWarp() {
|
|||
REGISTER_VB_SHOULD(VB_PLAY_BLUE_WARP_CS, { sEnteredBlueWarp = true; });
|
||||
}
|
||||
|
||||
static RegisterShipInitFunc initFunc(RegisterSkipBlueWarp,
|
||||
static RegisterShipInitFunc initHooks(RegisterSkipBlueWarp,
|
||||
{ CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.Story"), "IS_RANDO" });
|
||||
static RegisterShipInitFunc initFunc2(RegisterShouldPlayBlueWarp);
|
||||
static RegisterShipInitFunc initUnconditionalHooks(RegisterShouldPlayBlueWarp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue