diff options
| author | Alexander Gavrilov | 2012-04-06 11:21:28 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-06 11:21:28 +0400 |
| commit | 903e9ee716e4f84f692eadcc60190223ace250d8 (patch) | |
| tree | 4a51b2ee286c34ace946862ce91b3081d59e0f53 /library/RemoteTools.cpp | |
| parent | 9eed9f0d246f44a51266a05e0107ea22fea54e73 (diff) | |
| download | dfhack-903e9ee716e4f84f692eadcc60190223ace250d8.tar.gz dfhack-903e9ee716e4f84f692eadcc60190223ace250d8.tar.bz2 dfhack-903e9ee716e4f84f692eadcc60190223ace250d8.tar.xz | |
Export a few more functions to lua.
Diffstat (limited to 'library/RemoteTools.cpp')
| -rw-r--r-- | library/RemoteTools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/RemoteTools.cpp b/library/RemoteTools.cpp index 01c11064..00344d6a 100644 --- a/library/RemoteTools.cpp +++ b/library/RemoteTools.cpp @@ -256,7 +256,7 @@ void DFHack::describeUnit(BasicUnitInfo *info, df::unit *unit, info->set_pos_y(unit->pos.y); info->set_pos_z(unit->pos.z); - auto name = Units::GetVisibleName(unit); + auto name = Units::getVisibleName(unit); if (name->has_name) describeName(info->mutable_name(), name); |
