Can't hide players on request

Found a bug in R'n'D? Report it here!

Moderators: Flumminator, Zomis

Post Reply
User avatar
Eizzoux
Posts: 567
Joined: Wed Oct 30, 2013 5:32 am
Location: Russia
Contact:

Can't hide players on request

Post by Eizzoux »

So the conf_gfx.c has this line for each of the player request buttons, but it doesn't seem to be working properly:

Code: Select all

"request.button.player_X.draw_player",      "true"
By default it's ON, of course, but it doesn't seem to be working for me if I use "false" instead. I found a workaround anyways, using

Code: Select all

request.button.player_X.tile_size:          -1
instead, but... Why doesn't the normal way work?
kflsdnf.png
kflsdnf.png (24.9 KiB) Viewed 1473 times
rgkubrks.png
rgkubrks.png (16.08 KiB) Viewed 1473 times
𒈟
User avatar
Holger
Site Admin
Posts: 4073
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Can't hide players on request

Post by Holger »

Thank you for reporting this bug! This functionality was completely missing, that is, this flag was not used at all! :o

Just added the required code to respect the selected setting of this flag for the player request buttons configuration.
Post Reply