Removed debug output.
This commit is contained in:
parent
2499fd7f5e
commit
5a3790a427
|
@ -184,8 +184,6 @@ void updateStarSystemMissions(void)
|
|||
|
||||
sprintf(starSystem->description, "[ %s ] [ Missions %d / %d ]", starSystem->name, starSystem->completedMissions, starSystem->availableMissions);
|
||||
}
|
||||
|
||||
printf("completed=%d, available=%d, total=%d\n", game.completedMissions, game.availableMissions, game.totalMissions);
|
||||
}
|
||||
|
||||
void destroyStarSystems(void)
|
||||
|
|
Loading…
Reference in New Issue