API change

This commit is contained in:
ehouse 2005-01-25 04:41:47 +00:00
parent 27b6f310b5
commit 572484ad53

View file

@ -822,7 +822,7 @@ scroll_value_changed( GtkAdjustment *adj, GtkAppGlobals* globals )
newValue = (XP_U16)newValueF;
if ( newValue != curYOffset ) {
board_setYOffset( globals->cGlobals.game.board, newValue, XP_FALSE );
board_setYOffset( globals->cGlobals.game.board, newValue );
board_draw( globals->cGlobals.game.board );
}
} /* scroll_value_changed */