[Add] More space planet graphics.

This commit is contained in:
Allanis 2013-07-31 19:26:26 +01:00
parent 80f2e21429
commit c3d6cf553e
9 changed files with 4 additions and 3 deletions

BIN
gfx/planet/space/A00.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
gfx/planet/space/C00.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gfx/planet/space/D01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gfx/planet/space/H01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
gfx/planet/space/I00.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
gfx/planet/space/J01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
gfx/planet/space/M04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
gfx/planet/space/P01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -203,9 +203,10 @@ int lua_loadPilot(lua_State* L) {
return 0; return 0;
} }
/* Run a mission function. */ /*
/* */ * Run a mission function.
/* -1 on error, 1 on misn.finish() call and 0 normally. */ * -1 on error, 1 on misn.finish() call and 0 normally.
*/
int misn_run(Mission* misn, char* func) { int misn_run(Mission* misn, char* func) {
int i, ret; int i, ret;
char* err; char* err;