From 8c640abdd1df5b79f1cce709fb0b970b5bcba892 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Mar 2015 00:40:27 +0300 Subject: Draw riding horse if present. --- src/resources/db/horsedb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/db/horsedb.h') diff --git a/src/resources/db/horsedb.h b/src/resources/db/horsedb.h index 94809c337..93134a9b1 100644 --- a/src/resources/db/horsedb.h +++ b/src/resources/db/horsedb.h @@ -46,8 +46,8 @@ namespace HorseDB void unload(); - const HorseInfo *get(const int id, - const bool allowNull = false) A_WARN_UNUSED; + HorseInfo *get(const int id, + const bool allowNull = false) A_WARN_UNUSED; int size(); -- cgit v1.2.3-70-g09d2