Added an include in clif.h to avoid a complaint of gcc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12580 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
49aac80ed6
commit
d7355c9899
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2008/04/13
|
2008/04/13
|
||||||
|
* Added an include in clif.h to avoid a complaint of gcc [Toms]
|
||||||
* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:
|
* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:
|
||||||
- the behaviour enabled a desynch between the char-server and the map-server
|
- the behaviour enabled a desynch between the char-server and the map-server
|
||||||
- now the map-server asks the char-server to authenticate the auth info
|
- now the map-server asks the char-server to authenticate the auth info
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
#define _CLIF_H_
|
#define _CLIF_H_
|
||||||
|
|
||||||
#include "../common/cbasetypes.h"
|
#include "../common/cbasetypes.h"
|
||||||
//#include "../common/mmo.h"
|
#include "../common/mmo.h"
|
||||||
struct storage;
|
struct storage;
|
||||||
struct guild_storage;
|
struct guild_storage;
|
||||||
//#include "map.h"
|
//#include "map.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user