diff options
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 4 |
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) { |