13 lines
588 B
Text
13 lines
588 B
Text
$NetBSD: patch-ax,v 1.1 2004/02/18 23:09:03 kristerw Exp $
|
|
|
|
--- Client/PlayerControlView.cc.orig Wed Feb 18 23:44:27 2004
|
|
+++ Client/PlayerControlView.cc Wed Feb 18 23:45:03 2004
|
|
@@ -1,7 +1,7 @@
|
|
#include "PlayerControlView.hh"
|
|
#include <string.h>
|
|
|
|
-PlayerControlView::PlayerControlView(TextDirection _direction=tdNorth, FontShape _fontshape=fsRegular)
|
|
+PlayerControlView::PlayerControlView(TextDirection _direction, FontShape _fontshape)
|
|
: Label("<none>", cmInvalid, TRUE, _direction, _fontshape),
|
|
savel(ktInvalid), saver(ktInvalid),
|
|
WaitForLKey(FALSE), WaitForRKey(FALSE),
|