From 266f7b4ac45f546e55774ccba57b0ed2525d1eb2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 30 Nov 2012 15:43:12 -0800 Subject: Change some unused int returns to void Also clean up a little formatting in script.cpp This is what passes for "minimally invasive" in tmwa ... --- src/map/clif.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/clif.hpp') diff --git a/src/map/clif.hpp b/src/map/clif.hpp index 01f6a50..f4bc40b 100644 --- a/src/map/clif.hpp +++ b/src/map/clif.hpp @@ -121,10 +121,10 @@ int clif_guildstorageitemadded (struct map_session_data *sd, struct guild_storage *stor, int index, int amount); -int clif_pcinsight (struct block_list *, va_list); // map_forallinmovearea callback -int clif_pcoutsight (struct block_list *, va_list); // map_forallinmovearea callback -int clif_mobinsight (struct block_list *, va_list); // map_forallinmovearea callback -int clif_moboutsight (struct block_list *, va_list); // map_forallinmovearea callback +void clif_pcinsight (struct block_list *, va_list); // map_forallinmovearea callback +void clif_pcoutsight (struct block_list *, va_list); // map_forallinmovearea callback +void clif_mobinsight (struct block_list *, va_list); // map_forallinmovearea callback +void clif_moboutsight (struct block_list *, va_list); // map_forallinmovearea callback int clif_npc_class_change (struct block_list *bl, int npc_class, int type); int clif_mob_class_change (struct mob_data *md, int mob_class); -- cgit v1.2.3-60-g2f50