generated from Jaysyn/ModuleTemplate
19 lines
373 B
Plaintext
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());
|
|
}
|