restoring scroller on main page to normal speed

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-25 13:52:36 +00:00
parent 77cfdf4571
commit 22b743ccdf
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ void GameStateMenu::Create()
{
currentState = MENU_STATE_MAJOR_LANG | MENU_STATE_MINOR_NONE;
}
scroller = NEW TextScroller(Fonts::MAIN_FONT, SCREEN_WIDTH / 2 - 90, SCREEN_HEIGHT - 17, 200);
scroller = NEW TextScroller(Fonts::MAIN_FONT, SCREEN_WIDTH / 2 - 90, SCREEN_HEIGHT - 17, 180);
scrollerSet = 0;
splashTex = NULL;