blob: 93c5fee85624efbc3c88444b0c9e68834e84434d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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),
|