Skip to content

Commit

Permalink
KOTOR: Add subraces according to nwscript.nss
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius authored and DrMcCoy committed Dec 29, 2017
1 parent 4f1f7df commit f487932
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/engines/kotor/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ enum Race {
kRaceInvalid
};

enum SubRace {
kSubRaceNone = 0,
kSubRaceWookie
};

} // End of namespace KotOR

} // End of namespace Engines
Expand Down

0 comments on commit f487932

Please sign in to comment.