aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap')
-rw-r--r--engines/gnap/scenes/scene00.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gnap/scenes/scene00.cpp b/engines/gnap/scenes/scene00.cpp
index 8291546691..7be508e674 100644
--- a/engines/gnap/scenes/scene00.cpp
+++ b/engines/gnap/scenes/scene00.cpp
@@ -169,6 +169,8 @@ void GnapEngine::scene00_run() {
_newSceneNum = 1;
_newCursorValue = 1;
+
+ _dat->open(1, "stock_n.dat");
}
} // End of namespace Gnap