Skip to content

Commit d1c0d51

Browse files
committed
Fix for linux
1 parent ac883a1 commit d1c0d51

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

gamedata/filenetwork.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"CGameClient::FileReceived"
5858
{
5959
"library" "engine"
60-
"linux" "@_ZN11CGameClient12FileReceivedEPKcj"
60+
"linux" "\x55\x31\xC0\x89\xE5\x53\x8B\x55\x08\x8B\x5D\x0C\x8B\x4D\x10\x39\x8C\xC2\xA4\x00\x00\x00"
61+
// cant use base words, need full sig for linux.
62+
//"@_ZN11CGameClient12FileReceivedEPKcj"
6163
"windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x33\xD2\x57\x8B\xF9"
6264
// "CGameClient::FileReceived: %s not wanted.\n"
6365
}
@@ -116,4 +118,4 @@
116118
}
117119
}
118120
}
119-
}
121+
}

0 commit comments

Comments
 (0)