2013-09-26 17:14:40 +02:00

14 lines
380 B
Plaintext

$NetBSD: patch-av,v 1.1 2004/02/18 23:09:03 kristerw Exp $
--- Game/Worm.cc.orig Wed Feb 18 23:39:21 2004
+++ Game/Worm.cc Wed Feb 18 23:39:43 2004
@@ -33,7 +33,7 @@
static const int MinBorderGap = 50;
-void Worm::NewRound(int sX=-1, int sY=-1, int sA=-1)
+void Worm::NewRound(int sX, int sY, int sA)
{
if (!between(sA, 0, MAXAngle-1)) {
int sa2 = Rand(MAXAngle);