diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 15:45:37 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 15:45:37 +0000 |
commit | e828c8642a637a3e3f63450b75ebc93f2bd4bce4 (patch) | |
tree | c21ac768b9b756ccdc36cf8f34d636d157cff337 /src/map/clif.c | |
parent | b574d2412b1c882a1f7cc70e460662e1725ce97d (diff) | |
download | hercules-e828c8642a637a3e3f63450b75ebc93f2bd4bce4.tar.gz hercules-e828c8642a637a3e3f63450b75ebc93f2bd4bce4.tar.bz2 hercules-e828c8642a637a3e3f63450b75ebc93f2bd4bce4.tar.xz hercules-e828c8642a637a3e3f63450b75ebc93f2bd4bce4.zip |
* Extended the functionality of StringBuf - length and appending a string.
* menu/select/prompt script functions support grouped and empty options.
The selected option number is consistent with them.
* More work on ticket #41.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10316 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 8b1dbc0a2..f3d18b702 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10014,7 +10014,7 @@ void clif_parse_WeaponRefine(int fd, struct map_session_data *sd) { */ void clif_parse_NpcSelectMenu(int fd,struct map_session_data *sd) { - unsigned char select; + uint8 select; RFIFOHEAD(fd); select = RFIFOB(fd,6); |