[Fix] A few more general fixes.

This commit is contained in:
Allanis 2013-12-14 23:21:23 +00:00
parent b09adfb92c
commit a782a3c60e
2 changed files with 3 additions and 2 deletions

View File

@ -31,9 +31,9 @@ else -- Default english.
msg_title[1] = "Too many missions"
msg_msg[1] = "You have too many active missions."
msg_title[2] = "Succesful Delivery"
msg__msg[2] = "The workers unload the %s at the docks."
msg_msg[2] = "The workers unload the %s at the docks."
msg_title[3] = "Cargo Missing"
msg__msg[3] = "You are missing the %d tons of %s!."
msg_msg[3] = "You are missing the %d tons of %s!."
msg_msg[4] = "MISSION FAILED: You have failed to delivery the goods on time!"
end

View File

@ -188,6 +188,7 @@ static void map_update(void) {
standing = 0;
nstanding = 0;
f = -1;
for(i = 0; i < sys->nplanets; i++) {
if((f == -1) && (sys->planets[i]->faction > 0)) {
f = sys->planets[i]->faction;