This website works better with JavaScript.
Home
Help
Sign In
stbuehler
/
sdlbomber
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
Network version 1.0.9
master
sdlbomber-1.0.9
Stefan Bühler
11 years ago
parent
ccffdfef2e
commit
e567abcc93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
network.c
+ 1
- 1
network.c
View File
@ -10,7 +10,7 @@
#
define MAXMSG 4096
int
udpsocket
;
const
unsigned
char
gameversion
[
4
]
=
{
0xda
,
0x01
,
0x00
,
0x0
8
}
;
const
unsigned
char
gameversion
[
4
]
=
{
0xda
,
0x01
,
0x00
,
0x0
9
}
;
struct
netnode
netnodes
[
MAXNETNODES
]
;
Write
Preview
Loading…
Cancel
Save