GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ed21b
)
Remove stray conprint
author
fgsfds <pvt.fgsfds@gmail.com>
Mon, 26 Aug 2019 23:11:36 +0000
(
02:11
+0300)
committer
fgsfds <pvt.fgsfds@gmail.com>
Mon, 26 Aug 2019 23:11:36 +0000
(
02:11
+0300)
src/game/g_nethandler.pas
patch
|
blob
|
history
diff --git
a/src/game/g_nethandler.pas
b/src/game/g_nethandler.pas
index dadef20a3acf022e4716002a1c960bb2892eb757..346a5018f2295f2d20871c01ef1a33e0b8901545 100644
(file)
--- a/
src/game/g_nethandler.pas
+++ b/
src/game/g_nethandler.pas
@@
-162,7
+162,6
@@
var
begin
Result := True;
MID := NetMsg.ReadByte();
- g_Console_Add('MID = ' + IntTOStr(MID));
case MID of
NET_MSG_INFO: MH_RECV_Info(S, NetMsg);
DEADSOFTWARE 2012-2025