diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 19:49:56 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 19:49:56 -0500 |
commit | 6efc077b9f3e188e69b137f01018ada7d66dcf55 (patch) | |
tree | be4dac81bcc9c4fd202a3607d5fd742c9ce7dee8 /src/newer.cpp | |
parent | d5670457aa3e07e4fe2c2b9e668fb13fa13bd106 (diff) | |
download | kamek-6efc077b9f3e188e69b137f01018ada7d66dcf55.tar.gz kamek-6efc077b9f3e188e69b137f01018ada7d66dcf55.zip |
w9 fix and more shy guy improvements
Diffstat (limited to 'src/newer.cpp')
-rw-r--r-- | src/newer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newer.cpp b/src/newer.cpp index dcffa40..a48a4c0 100644 --- a/src/newer.cpp +++ b/src/newer.cpp @@ -5,7 +5,7 @@ int lastLevelIDs[] = { -1, /*no world*/ 27, 27, 27, 27, 27, 27, 27, 25, - -1, /*no end level in W9*/ + 10, 24, 24, 24, 3, 21 }; |