1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-06-27 20:35:08 +03:00

Don't clear the screen on game load; useful for keeping the intro.

This commit is contained in:
Alexander Yakovlev 2016-08-16 10:23:16 +07:00
parent 5d86979c71
commit 868b6173f6

View file

@ -386,11 +386,6 @@ class Salet
@rnd = new Random(@progress.seed)
# Don't load the save if it's an autosave at the first room (start).
# We don't need to clear the screen.
if saveFile.progress? and saveFile.progress.sequence.length > 1
@view.clearContent()
# Start the game
@init()