Misc. clean up.

This commit is contained in:
Steve 2016-05-20 09:53:06 +01:00
parent 6afbc40d6c
commit fba7fc1f54
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
],
"capitalShips" : [
{
"name" : "INF Sliv",
"name" : "INF Shiv",
"types" : "INF Corvette 01",
"side" : "SIDE_PANDORAN",
"x" : 4,

View File

@ -31,7 +31,7 @@ extern void addMessageBox(char *title, char *body, int type);
extern void activateEntities(char *name);
extern void activateEntityGroups(char *groupName);
extern void activateLocations(char *locations);
void activateObjectives(char *objectives);
extern void activateObjectives(char *objectives);
extern int showingMessageBoxes(void);
extern char *getTranslatedString(char *string);
extern void activateNextWaypoint(void);