diff options
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r-- | Stars45/Starshatter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index fe31a21..13404bc 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -187,10 +187,8 @@ chat_mode(0), exit_time(1.2), cutscene(0) if (loader->FindFile("vox.dat"))
loader->EnableDatafile("vox.dat");
-#ifndef STARSHATTER_DEMO_RELEASE
if (loader->FindFile("start.dat"))
loader->EnableDatafile("start.dat");
-#endif
loadstat = loader->EnableDatafile("content.dat");
|