ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.92 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.93 by root, Mon Oct 19 21:48:49 2009 UTC

19 * and the GNU General Public License along with this program. If not, see 19 * and the GNU General Public License along with this program. If not, see
20 * <http://www.gnu.org/licenses/>. 20 * <http://www.gnu.org/licenses/>.
21 * 21 *
22 * The authors can be reached via e-mail to <support@deliantra.net> 22 * The authors can be reached via e-mail to <support@deliantra.net>
23 */ 23 */
24#ifndef PLAYER_H_
25#define PLAYER_H_
24 26
25enum bowtype_t 27enum bowtype_t
26{ 28{
27 bow_normal = 0, 29 bow_normal = 0,
28 bow_threewide = 1, 30 bow_threewide = 1,
282inline void 284inline void
283object::failmsg (const char *msg, int color) 285object::failmsg (const char *msg, int color)
284{ 286{
285 if (expect_true (contr)) contr->failmsg (msg, color); 287 if (expect_true (contr)) contr->failmsg (msg, color);
286} 288}
289
290#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines