diff options
Diffstat (limited to '')
-rw-r--r-- | src/newer.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/newer.cpp b/src/newer.cpp index 0830988..50fc1d1 100644 --- a/src/newer.cpp +++ b/src/newer.cpp @@ -1,6 +1,16 @@ #include <game.h> #include <newer.h> +int lastLevelIDs[] = { + -1, /*no world*/ + 27, 27, 27, 27, 27, 27, 27, 25, + -1, /*no end level in W9*/ + 24, 24, 24, 3, 5 +}; + + + + void WriteAsciiToTextBox(nw4r::lyt::TextBox *tb, const char *source) { int i = 0; wchar_t buffer[1024]; |