diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:40:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:40:27 +0300 |
commit | 8c640abdd1df5b79f1cce709fb0b970b5bcba892 (patch) | |
tree | e66b92147b3549a9c55570a16b8751c07a5d0dde /src/resources/db/horsedb.h | |
parent | e98927f4fe7e45d5494f32797e57b960b7be54b4 (diff) | |
download | plus-8c640abdd1df5b79f1cce709fb0b970b5bcba892.tar.gz plus-8c640abdd1df5b79f1cce709fb0b970b5bcba892.tar.bz2 plus-8c640abdd1df5b79f1cce709fb0b970b5bcba892.tar.xz plus-8c640abdd1df5b79f1cce709fb0b970b5bcba892.zip |
Draw riding horse if present.
Diffstat (limited to 'src/resources/db/horsedb.h')
-rw-r--r-- | src/resources/db/horsedb.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |