An unknown bug caused an assert in Surface::blit to trigger.
The bug was only reported by a single player and is not
reproducible for us. This patch circumvents the assert and
just continues without blitting anything. This should result
in a missing graphical element during gameplay instead of an
assert-induced crash. We hope to identify the original bug
this way.