Files
HeroesStone_PRC8/_module/nss/bh_travel_reset.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

19 lines
373 B
Plaintext

// Travel Builder
// Reset the current network to the default
// Author : Proleric
// It's vital that this happens if a shortcut conversation terminates without
// executing a shortcut, because normal movement in-game can only happen on
// the default network.
// Modified : 14-Mar-2007
#include "bh_travel_inc"
void main()
{
ptSetDefaultNetwork(GetPCSpeaker());
}