Skip to content

Commit

Permalink
* Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Mar 17, 2011
1 parent 64e9c8f commit fe45388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/player.c
Expand Up @@ -500,7 +500,7 @@ static Pilot* player_newShipMake( const char* name )
pilot_setFlagRaw( flags, PILOT_PLAYER );

/* in case we're respawning */
player_rmFlag(PLAYER_CREATING);
player_rmFlag( PLAYER_CREATING );

/* create the player */
if (player.p == NULL) {
Expand Down Expand Up @@ -532,7 +532,7 @@ static Pilot* player_newShipMake( const char* name )
ship->p = pilot_createEmpty( player_ship, name, faction_get("Player"), "player", flags );
ship->loc = strdup( land_planet->name );
player_nstack++;
new_pilot = ship->p;
new_pilot = ship->p;
}

if (player.p == NULL)
Expand Down

0 comments on commit fe45388

Please sign in to comment.