--- deliantra/server/include/sproto.h 2010/04/15 02:51:39 1.126 +++ deliantra/server/include/sproto.h 2011/04/23 04:56:50 1.129 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -215,9 +215,6 @@ /* egoitem.c */ int apply_power_crystal (object *op, object *crystal); -/* hiscore.c */ -void check_score (object *op); - /* gods.c */ object *find_god (shstr_cmp name); shstr_tmp determine_god (object *op); @@ -281,7 +278,7 @@ /* pets.c */ object *get_pet_enemy (object *pet, rv_vector *rv); void terminate_all_pets (object *owner); -void remove_all_pets (maptile *map); +void move_all_pets (); int follow_owner (object *ob, object *owner); void pet_move (object *ob); void move_golem (object *op);