From 37cafb67dcea774cdfb3dcb046cad82eda21ce4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Fri, 7 Aug 2009 14:17:31 +0200 Subject: [PATCH] Version 1.0.4 --- bomber.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bomber.c b/bomber.c index dca3214..890fed2 100644 --- a/bomber.c +++ b/bomber.c @@ -126,7 +126,7 @@ static int framecount=0; static unsigned char regpacket[64]; static uint32_t unique; -static unsigned char gameversion[4]={0xda,0x01,0x00,0x02}; +static unsigned char gameversion[4]={0xda,0x01,0x00,0x04}; static char playername[16]; static char havepulse=0;