diff --git a/Source/player.h b/Source/player.h index 90661aaf5..3d36761ff 100644 --- a/Source/player.h +++ b/Source/player.h @@ -149,6 +149,7 @@ enum player_weapon_type : uint8_t { }; struct PlayerStruct { + PlayerStruct() = default; PLR_MODE _pmode; int8_t walkpath[MAX_PATH_LENGTH]; bool plractive;