Changed the map creation to create each pixmap just once per round
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 6 Jun 2011 17:53:51 +0000 (20:53 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 6 Jun 2011 17:53:51 +0000 (20:53 +0300)
commit2ac7b9142bb6cd8ce4b7af14c12b6bbd2b13bf24
treecf60531c45fa0950e5e1e08faac93457088861fd
parent1443a50e20166afe1ce18e0e64a5a11fbbc3b7a8
Changed the map creation to create each pixmap just once per round

Just in case creating the pixmap from filename actually reads the file
each time, the pixmap is created once per map creation and the same one
is given to QGraphicsItem each time its used.
seascene.cpp