Disable enter in the title screen.

No longer shows 'The End' followed by the credits.
This commit is contained in:
Mark de Wever 2010-09-25 09:45:15 +00:00
parent 32c32067cb
commit 4a3ab6b535
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ Version 1.9.1+svn:
* Changed: Refresh cache hotkey is CMD+F5 on the Mac by default now.
* Fixed: Don't trigger an assertion failure if no tips are defined
(bug #16731).
* Fixed: Enter no longer shows the credits in the title screen.
* WML Engine:
* id= in SUFs now accepts a comma-separated list
* [capture_village] now accepts a full SLF

View file

@ -292,6 +292,7 @@ void ttitle_screen::pre_show(CVideo& video, twindow& window)
set_restore(false);
window.set_click_dismiss(false);
window.set_enter_disabled(true);
window.set_escape_disabled(true);
/**** Set the version number ****/