diff options
| author | Robert Heinrich | 2012-03-21 13:57:55 +0100 |
|---|---|---|
| committer | Robert Heinrich | 2012-03-21 13:57:55 +0100 |
| commit | cf029e0a2e58ce1ba3f40ae6192cc0418fcca97c (patch) | |
| tree | 1a290c63d66885df2b6309a7b4cea35b8f6d6b7a /plugins/CMakeLists.txt | |
| parent | 2e62f5fd12a31ea8bb3c68d8b2185f551bf90fe3 (diff) | |
| download | dfhack-cf029e0a2e58ce1ba3f40ae6192cc0418fcca97c.tar.gz dfhack-cf029e0a2e58ce1ba3f40ae6192cc0418fcca97c.tar.bz2 dfhack-cf029e0a2e58ce1ba3f40ae6192cc0418fcca97c.tar.xz | |
fixed memory leak in liquids.cpp
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 8d9935cd..ae2d4843 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -116,8 +116,6 @@ if(BUILD_VAMPCHECK) endif() # alternative version of liquids which can be used non-interactively after configuring it -# similar to digcircle: simply store stuff in statics and use it when called without parameters -# this will allow to map the command to a keybinding for much more convenient messing with the map OPTION(BUILD_LIQUIDSGO "Build the liquidsgo plugin." ON) if(BUILD_LIQUIDSGO) add_subdirectory(liquidsgo) |
