this solution will work with any template: in your admin cp go to the "page blocks" tab, open the "GAMELIST" block's code, find the following lines inside it:
// if only we do need pagination
if( $games > $nMaxGames )
and replace the second one by
if( false ) //$games > $nMaxGames )