HYPNO: reverted testing change in the start level in spider

This commit is contained in:
neuromancer 2022-03-06 21:50:19 +01:00
parent 59fe50f0ed
commit 802e97d479

View File

@ -968,7 +968,7 @@ void SpiderEngine::loadAssetsFullGame() {
_h1Area = Common::Rect(9, 45, 28, 60);
_h2Area = Common::Rect(37, 45, 56, 60);
_h3Area = Common::Rect(64, 45, 83, 60);
_nextLevel = "c6.mi_";
_nextLevel = "<start>";
}
void SpiderEngine::loadAssetsDemo() {