diff options
| author | Petr Mrázek | 2012-01-27 06:27:57 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-27 06:27:57 +0100 |
| commit | 1d7ed144427a01844abc465ea9b4bdfcd273af73 (patch) | |
| tree | c957fa027f42f0cd26c9f726b596850221db2c60 /plugins/mapexport | |
| parent | d5d487553243e2a4f4505b5c85356bc3900e7a14 (diff) | |
| parent | be892beba9bb676457453742f22a01c9271c68c2 (diff) | |
| download | dfhack-1d7ed144427a01844abc465ea9b4bdfcd273af73.tar.gz dfhack-1d7ed144427a01844abc465ea9b4bdfcd273af73.tar.bz2 dfhack-1d7ed144427a01844abc465ea9b4bdfcd273af73.tar.xz | |
Merge https://github.com/quietust/dfhack
Re-add some get* forms of module calls.
Conflicts:
plugins/mapexport/mapexport.cpp
Diffstat (limited to 'plugins/mapexport')
| -rw-r--r-- | plugins/mapexport/mapexport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mapexport/mapexport.cpp b/plugins/mapexport/mapexport.cpp index 2cca26b3..3b9004d5 100644 --- a/plugins/mapexport/mapexport.cpp +++ b/plugins/mapexport/mapexport.cpp @@ -43,7 +43,7 @@ DFhackCExport command_result mapexport (Core * c, std::vector <std::string> & pa { c->con.print("Exports the currently visible map to a file.\n" "Usage: mapexport <filename>\n" - ); + ); return CR_OK; } } |
