Applied Robert Howie's patch to disable activation of the credit display.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2167 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-07-15 23:45:43 +00:00
parent 73977261fa
commit c4fe778457

View File

@ -66,7 +66,6 @@ CreditsMenu::CreditsMenu()
widget_manager->addTextWgt( WTOK_CREDITS, 100, 93, "" );
widget_manager->setWgtTextSize( WTOK_CREDITS, WGT_FNT_SML );
//FIXME: maybe I should make scroll names more consistent
widget_manager->activateWgt( WTOK_CREDITS );
widget_manager->enableWgtScroll( WTOK_CREDITS );
widget_manager->setWgtYScrollPos( WTOK_CREDITS, WGT_SCROLL_START_BOTTOM );
widget_manager->setWgtYScrollSpeed( WTOK_CREDITS, -80 );