mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 16:45:08 +01:00
(svn r6897) - Fix (r6884): Another wrong last parametr :)
This commit is contained in:
parent
4c4da881f0
commit
bfad01b639
@ -445,7 +445,7 @@ restart:;
|
|||||||
FOR_ALL_PLAYERS(pp) {
|
FOR_ALL_PLAYERS(pp) {
|
||||||
if (pp->is_active && p != pp) {
|
if (pp->is_active && p != pp) {
|
||||||
SetDParam(0, pp->president_name_2);
|
SetDParam(0, pp->president_name_2);
|
||||||
GetString(buffer2, pp->president_name_1, lastof(buffer));
|
GetString(buffer2, pp->president_name_1, lastof(buffer2));
|
||||||
if (strcmp(buffer2, buffer) == 0)
|
if (strcmp(buffer2, buffer) == 0)
|
||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user