ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Character.c
(Generate patch)

Comparing Daodan/src/Daodan_Character.c (file contents):
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 739 by iritscen, Sun Mar 24 14:41:49 2013 UTC

# Line 10 | Line 10 | int DDr_TeamToTeamID(const char* team_st
10          else if (!strcmp(team_string, "Syndicate"))          return team_syndicate;
11          else if (!strcmp(team_string, "Neutral"))            return team_neutral;
12          else if (!strcmp(team_string, "SecurityGuard"))      return team_securityguard;
13 <        else if (!strcmp(team_string, "RougeKonoko"))        return team_rougekonoko;
13 >        else if (!strcmp(team_string, "RogueKonoko"))        return team_roguekonoko;
14          else if (!strcmp(team_string, "Switzerland"))        return team_switzerland;
15          else if (!strcmp(team_string, "SyndicateAccessory")) return team_syndicateaccessory;
16          return team_neutral; //if you enter a bad teamname, return Neutral.....

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)