projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb26bf
)
fix server code error
author
hgn
<hgodden00@gmail.com>
Wed, 31 May 2023 17:02:22 +0000
(18:02 +0100)
committer
hgn
<hgodden00@gmail.com>
Wed, 31 May 2023 17:02:22 +0000
(18:02 +0100)
server.c
patch
|
blob
|
history
world_info.h
patch
|
blob
|
history
diff --git
a/server.c
b/server.c
index 5e133558e8718fd3ce1f607fbd87db4082b24a84..3dd6021623bf573497ca190af257468aa9451453 100644
(file)
--- a/
server.c
+++ b/
server.c
@@
-304,7
+304,7
@@
static void poll_connections(void)
on_inet_set_score( msg );
else {
vg_warn( "Unknown inetmsg_id recieved from client. (%u)\n",
- t
e
mp->inetmsg_id );
+ tmp->inetmsg_id );
}
SteamAPI_SteamNetworkingMessage_t_Release( msg );
diff --git
a/world_info.h
b/world_info.h
index 6b9d6203f52de17653d5c75fb6ded38b5e95b529..0d2be39437818eab0ef615b2323cc16eee5f3be0 100644
(file)
--- a/
world_info.h
+++ b/
world_info.h
@@
-5,8
+5,6
@@
#ifndef WORLD_INFO_H
#define WORLD_INFO_H
-#include "world.h"
-
/* Purely an information header, shares common strings across client and
* server programs. */