Changeset 739 for Daodan/src/Daodan_Character.c
- Timestamp:
- Mar 24, 2013, 3:41:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Character.c
r692 r739 11 11 else if (!strcmp(team_string, "Neutral")) return team_neutral; 12 12 else if (!strcmp(team_string, "SecurityGuard")) return team_securityguard; 13 else if (!strcmp(team_string, "Ro ugeKonoko")) return team_rougekonoko;13 else if (!strcmp(team_string, "RogueKonoko")) return team_roguekonoko; 14 14 else if (!strcmp(team_string, "Switzerland")) return team_switzerland; 15 15 else if (!strcmp(team_string, "SyndicateAccessory")) return team_syndicateaccessory;
Note:
See TracChangeset
for help on using the changeset viewer.