mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
HYPNO: reverted testing change in the start level in spider
This commit is contained in:
parent
59fe50f0ed
commit
802e97d479
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user