|
|
|
@ -424,7 +424,7 @@ void Referee::initKeys()
|
|
|
|
|
RightKey = TDEAccel::stringToKey(right); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void Referee::fillArray(TQArray<int> &array, TQString values, int max) |
|
|
|
|
void Referee::fillArray(TQMemArray<int> &array, TQString values, int max) |
|
|
|
|
{ |
|
|
|
|
if (max < 0) |
|
|
|
|
max = values.contains(',')+1; |
|
|
|
@ -901,10 +901,10 @@ void Referee::introPaint(int t)
|
|
|
|
|
case 12 : repaint(pix->draw(38, 28, RoomPix, i18n("\"CLYDE\""), ORANGE, TQColor(), AlignLeft), FALSE); |
|
|
|
|
break; |
|
|
|
|
case 13 : pts.sprintf("%d", pointScore); |
|
|
|
|
repaint(pix->draw(28, 44, RoomPix, pts.data(), WHITE, TQColor(), AlignRight), FALSE); |
|
|
|
|
repaint(pix->draw(28, 44, RoomPix, pts.local8Bit(), WHITE, TQColor(), AlignRight), FALSE); |
|
|
|
|
repaint(pix->draw(31, 44, RoomPix, "\x1C\x1D\x1E", WHITE, TQColor(), AlignLeft), FALSE); |
|
|
|
|
pts.sprintf("%d", energizerScore); |
|
|
|
|
repaint(pix->draw(28, 48, RoomPix, pts.data(), WHITE, TQColor(), AlignRight), FALSE); |
|
|
|
|
repaint(pix->draw(28, 48, RoomPix, pts.local8Bit(), WHITE, TQColor(), AlignRight), FALSE); |
|
|
|
|
repaint(pix->draw(31, 48, RoomPix, "\x1C\x1D\x1E", WHITE, TQColor(), AlignLeft), FALSE); |
|
|
|
|
break; |
|
|
|
|
case 14 : // "@ 1980 MIDWAY MFG.CO."
|
|
|
|
|