This can be fixed by changing the order which things are blit on the screen.
The order is in AssembleCombatPicture() in view.c .
It looks like in the attached .jpg, the bot state is blit at the same time as
the bots and obstacles are blit, and the desired behavior is to have them blit
later (which would put them on top).
|