This commit is contained in:
James R 2020-02-23 18:28:30 -08:00
parent fc1e4b5cc5
commit dfe6d62d76

View file

@ -1335,8 +1335,8 @@ VaguePartyDescription (int playernum, int *party_sizes, int default_color)
sprintf(description,
"\x83%s%c and %d others",
name,
( size - 1 ),
default_color
default_color,
( size - 1 )
);
}
else