[Fix] A few more general fixes.
This commit is contained in:
parent
b09adfb92c
commit
a782a3c60e
@ -31,9 +31,9 @@ else -- Default english.
|
|||||||
msg_title[1] = "Too many missions"
|
msg_title[1] = "Too many missions"
|
||||||
msg_msg[1] = "You have too many active missions."
|
msg_msg[1] = "You have too many active missions."
|
||||||
msg_title[2] = "Succesful Delivery"
|
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_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!"
|
msg_msg[4] = "MISSION FAILED: You have failed to delivery the goods on time!"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -188,6 +188,7 @@ static void map_update(void) {
|
|||||||
|
|
||||||
standing = 0;
|
standing = 0;
|
||||||
nstanding = 0;
|
nstanding = 0;
|
||||||
|
f = -1;
|
||||||
for(i = 0; i < sys->nplanets; i++) {
|
for(i = 0; i < sys->nplanets; i++) {
|
||||||
if((f == -1) && (sys->planets[i]->faction > 0)) {
|
if((f == -1) && (sys->planets[i]->faction > 0)) {
|
||||||
f = sys->planets[i]->faction;
|
f = sys->planets[i]->faction;
|
||||||
|
Loading…
Reference in New Issue
Block a user