Skip to content

Commit 6c12298

Browse files
committed
fix typo
1 parent c37b20a commit 6c12298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spore ModAPI/Spore/Simulator/cTribe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace Simulator
7171
/* 8Ch */ virtual void SpawnTribe(const Math::Vector3& position, int numMembers, int, bool);
7272
/// Returns the vector with the members of the tribe, including non-selectables
7373
/* 90h */ virtual eastl::vector<cCreatureCitizenPtr>& GetTribeMembers();
74-
/// Returns a vector of all selectable members of the tribe (excludes baby creatures
74+
/// Returns a vector of all selectable members of the tribe (excludes baby creatures)
7575
/* 94h */ virtual eastl::vector<cCreatureCitizenPtr>& GetSelectableMembers();
7676
/* 98h */ virtual cCreatureCitizen* SpawnMember(int age);
7777
/// Removes a member of the tribe. index seems to cause issues if not 0.

0 commit comments

Comments
 (0)