Bring back a missed function in the conversion to ini.

refs: 09eb6e79f3
master
vexed 2011-09-08 17:49:04 -04:00
parent 0d6a27380d
commit 4de9642cd9
1 changed files with 3 additions and 0 deletions

View File

@ -6376,6 +6376,9 @@ bool plotStructurePreview16(char *backDropSprite, Vector2i playeridpos[])
backDropSprite[3 * ((yy * BACKDROP_HACK_WIDTH) + xx) + 2] = color.byte.b;
ini.endGroup();
}
// And now we need to show features.
plotFeature(backDropSprite);
return true;
}