Compare commits

..

No commits in common. "82a5093509a245c7855eba7905a0a17b1a64a590" and "5ebccf87007ffcb25aa26bc23c71327336b3a25a" have entirely different histories.

3 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,7 @@
AjumpingshipGameMode::AjumpingshipGameMode()
{
// set default pawn class to our Blueprinted character
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacterJoel"));
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter"));
if (PlayerPawnBPClass.Class != NULL)
{
DefaultPawnClass = PlayerPawnBPClass.Class;