# HG changeset patch # User Matti Hamalainen # Date 1489654029 -7200 # Node ID ac5cf78a1cd2e0577c090cacfaa8a53d11409c4e # Parent 981a8e20b36326e8c5c712823b71770043c52fa6 Cosmetics. diff -r 981a8e20b363 -r ac5cf78a1cd2 game/Engine.java --- a/game/Engine.java Thu Mar 16 10:45:39 2017 +0200 +++ b/game/Engine.java Thu Mar 16 10:47:09 2017 +0200 @@ -77,6 +77,7 @@ "and placing pieces. More points will be awarded for\n"+ "advancing the path by several segments per turn." ); + super.paint(g); } @@ -251,7 +252,7 @@ { nextPiece.animate(time); } - + ptime = time; for (int y = 0; y < boardSize; y++) for (int x = 0; x < boardSize; x++) @@ -529,7 +530,7 @@ G.fonts = new Font[G.numFonts]; G.baseFont = Font.createFont(Font.TRUETYPE_FONT, res.getStream()); - + setupDerivedFonts(1.0f); } catch (FontFormatException e) @@ -628,7 +629,7 @@ // Rescale IDM GUI widgets widgets.setScale(dw, dh); } - + if (updateBoard) { // dbg("updateBoard()\n");