Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5766 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cddc7d9ed3
commit
71fc788c75
@ -6,6 +6,7 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR
|
|||||||
|
|
||||||
|
|
||||||
2006/03/26
|
2006/03/26
|
||||||
|
* Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
|
||||||
* Added jAthena's new start and athena-start shell scripts. [Lance]
|
* Added jAthena's new start and athena-start shell scripts. [Lance]
|
||||||
* Changed status_point/skill_point to unsigned short. Adjusted the code as
|
* Changed status_point/skill_point to unsigned short. Adjusted the code as
|
||||||
necessary to prevent overflows. [Skotlex]
|
necessary to prevent overflows. [Skotlex]
|
||||||
|
@ -35,6 +35,10 @@
|
|||||||
//Used Packets: U->2af8
|
//Used Packets: U->2af8
|
||||||
//Free Packets: F->2af8
|
//Free Packets: F->2af8
|
||||||
|
|
||||||
|
#ifndef USHRT_MAX
|
||||||
|
#define USHRT_MAX 65535
|
||||||
|
#endif
|
||||||
|
|
||||||
struct dbt *auth_db;
|
struct dbt *auth_db;
|
||||||
|
|
||||||
static const int packet_len_table[0x3d] = {
|
static const int packet_len_table[0x3d] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user