Misc cleanup.

This commit is contained in:
Steve 2016-03-13 10:52:12 +00:00
parent 7b0c70005f
commit 35b5e4a1c6
4 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "Defend Jumpgate Point",
"description" : "Defend Jumpgate Point",
"name" : "Defend Jumpgate",
"description" : "Defend Jumpgate",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",

View File

@ -65,7 +65,7 @@ void doAI(void)
if ((self->aiFlags & AIF_GOAL_JUMPGATE) && nearJumpgate())
{
/* near jumpgate point, but you might decide to continue to fight, anyway */
/* near jumpgate, but you might decide to continue to fight, anyway */
if ((self->aiFlags & AIF_COVERS_RETREAT) && rand() % 3)
{
return;

View File

@ -67,7 +67,6 @@ extern void initQuadtree(Quadtree *root);
extern void initEffects(void);
extern void doScript(void);
extern void destroyScript(void);
extern void runScriptFunction(char *format, ...);
extern void initMessageBox(void);
extern void doMessageBox(void);
extern void drawMessageBox(void);

View File

@ -40,7 +40,6 @@ extern void loadCapitalShipDefs(void);
extern void loadItemDefs(void);
extern void initFonts(void);
extern void initBulletDefs(void);
extern void initBattle(void);
extern void initGame(void);
extern void initStats(void);
extern void initStarSystems(void);