summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-25 18:59:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-25 18:59:20 +0300
commit1e553c3f7a8d444983ee25c0cefbcb4e00a54305 (patch)
tree7172fb4ffa226394510a2cd6a89a8ddefcc2cb2f /src/emap/pc.c
parenta6fda42d776920b6a4bddbf1cd3451e1a20b3e8d (diff)
downloadevol-hercules-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.gz
evol-hercules-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.bz2
evol-hercules-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.xz
evol-hercules-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.zip
Fix compilation with updated hercules.s20171107s20171023
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r--src/emap/pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c
index 66aed7b..1898cf2 100644
--- a/src/emap/pc.c
+++ b/src/emap/pc.c
@@ -37,8 +37,8 @@
int langScriptId;
int mountScriptId;
-int epc_readparam_pre(const TBL_PC **sdPtr,
- int *type)
+int64 epc_readparam_pre(const TBL_PC **sdPtr,
+ int *type)
{
if (*type == Const_ClientVersion)
{