diff options
| author | Petr Mrázek | 2011-06-24 02:48:56 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-06-24 02:48:56 +0200 |
| commit | 0bb097296a8e980c0f3282716d1887923294307d (patch) | |
| tree | ea75f6706f9bcc094ffb198cfece747e399b66fa /library/Console-windows.cpp | |
| parent | 857decbcced4612094d8826217bbbcf46dc8f8ef (diff) | |
| download | dfhack-0bb097296a8e980c0f3282716d1887923294307d.tar.gz dfhack-0bb097296a8e980c0f3282716d1887923294307d.tar.bz2 dfhack-0bb097296a8e980c0f3282716d1887923294307d.tar.xz | |
Prospector prints text again. Plugin lookup is better (ignores more non-library files)
Diffstat (limited to 'library/Console-windows.cpp')
| -rw-r--r-- | library/Console-windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Console-windows.cpp b/library/Console-windows.cpp index ea90979e..7e5a232d 100644 --- a/library/Console-windows.cpp +++ b/library/Console-windows.cpp @@ -42,7 +42,7 @@ distribution. using namespace DFHack; // FIXME: maybe make configurable with an ini option? -#define MAX_CONSOLE_LINES 250; +#define MAX_CONSOLE_LINES 999; duthomhas::stdiostream dfout; FILE * dfout_C = 0; |
