Fix the TCing of units in the old dialogs.

The lowmem logic got reverted, thanks to Shadow_Master for spotting the
problem.
This commit is contained in:
Mark de Wever 2009-01-28 21:38:05 +00:00
parent a5d2ca1e83
commit b2b48765d3

View file

@ -2847,7 +2847,7 @@ std::string get_image(const vconfig& cfg, unit_map::iterator speaker)
image = speaker->second.profile();
/** @todo Handle the transparent stuff here. */
#ifdef LOW_MEM
#ifndef LOW_MEM
if(image == speaker->second.absolute_image()) {
image += speaker->second.image_mods();
}