diff options
| author | Alexander Gavrilov | 2012-01-20 14:28:00 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-01-20 14:28:00 +0400 |
| commit | cc510a2c4b9887b885c939419bf67147ee997ac6 (patch) | |
| tree | c36fa4c4adbf6cd745143b4cf1ca7d203edc4c4f /plugins/probe.cpp | |
| parent | d35d070ff312e28abedd5fee003db01ef0454b59 (diff) | |
| download | dfhack-cc510a2c4b9887b885c939419bf67147ee997ac6.tar.gz dfhack-cc510a2c4b9887b885c939419bf67147ee997ac6.tar.bz2 dfhack-cc510a2c4b9887b885c939419bf67147ee997ac6.tar.xz | |
Replace DFCoord with df::coord and df::coord2d.
Diffstat (limited to 'plugins/probe.cpp')
| -rw-r--r-- | plugins/probe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/probe.cpp b/plugins/probe.cpp index 878dbb12..637cf3b6 100644 --- a/plugins/probe.cpp +++ b/plugins/probe.cpp @@ -246,7 +246,7 @@ DFhackCExport command_result df_probe (Core * c, vector <string> & parameters) PRINT_FLAG( bits.water_table ); PRINT_FLAG( bits.rained ); - DFCoord pc(blockX, blockY); + df::coord2d pc(blockX, blockY); t_feature local; t_feature global; |
