Ignore:
Timestamp:
Mar 24, 2013, 3:41:49 PM (12 years ago)
Author:
iritscen
Message:

Fixed significant misspellings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Character.c

    r692 r739  
    1111        else if (!strcmp(team_string, "Neutral"))            return team_neutral;
    1212        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;
    1414        else if (!strcmp(team_string, "Switzerland"))        return team_switzerland;
    1515        else if (!strcmp(team_string, "SyndicateAccessory")) return team_syndicateaccessory;
Note: See TracChangeset for help on using the changeset viewer.