diff options
| author | Petr Mrázek | 2011-07-22 00:45:54 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-07-22 00:45:54 +0000 |
| commit | bf89e3ad6b98442dca909e327b80c5e292db6092 (patch) | |
| tree | 27f28ac93518f26fd099bf07340e9d7fe9f11f1c /Creatures.cpp | |
| parent | 650c5593bfd90afc93720b06fe74ee4ec7abf73e (diff) | |
| download | stonesense-bf89e3ad6b98442dca909e327b80c5e292db6092.tar.gz stonesense-bf89e3ad6b98442dca909e327b80c5e292db6092.tar.bz2 stonesense-bf89e3ad6b98442dca909e327b80c5e292db6092.tar.xz | |
Update stonesense for current dfhack, make sure it's buildable as a plugin.
Diffstat (limited to 'Creatures.cpp')
| -rw-r--r-- | Creatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Creatures.cpp b/Creatures.cpp index 4ddcd35..4a22b9a 100644 --- a/Creatures.cpp +++ b/Creatures.cpp @@ -302,7 +302,7 @@ void DrawCreatureText(int drawx, int drawy, t_creature* creature ){ {
if(!config.skipCreatureTypes)
draw_textf_border(font, al_map_rgb(255,255,255), drawx, drawy-(WALLHEIGHT+al_get_font_line_height(font)), 0,
- "[%s]", contentLoader.Mats->race.at(creature->race).id);
+ "[%s]", contentLoader.Mats->race.at(creature->race).id.c_str());
}
}
|
