* Minor clean-ups to buyingstore and searchstore code (follow up to r14732).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14733 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6b74ef9b50
commit
a54e55ae82
@ -34,7 +34,7 @@ enum e_buyingstore_failure
|
||||
|
||||
|
||||
static unsigned int buyingstore_nextid = 0;
|
||||
static short buyingstore_blankslots[MAX_SLOTS] = { 0 }; // used when checking whether or not an item's card slots are blank
|
||||
static const short buyingstore_blankslots[MAX_SLOTS] = { 0 }; // used when checking whether or not an item's card slots are blank
|
||||
|
||||
|
||||
/// Returns unique buying store id
|
||||
|
@ -5,10 +5,9 @@
|
||||
#include "../common/malloc.h" // aMalloc, aRealloc, aFree
|
||||
#include "../common/showmsg.h" // ShowError, ShowWarning
|
||||
#include "../common/strlib.h" // safestrncpy
|
||||
#include "atcommand.h" // msg_txt
|
||||
#include "battle.h" // battle_config.*
|
||||
#include "clif.h" // clif_open_search_store_info, clif_search_store_info_*
|
||||
#include "pc.h" // struct map_session_data, pc_setpos, pc_isGM
|
||||
#include "pc.h" // struct map_session_data
|
||||
#include "searchstore.h" // struct s_search_store_info
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user