diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:47:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:47:57 +0200 |
commit | 1a0bfd8d28c68d3ee60352ef67c58da946c43cea (patch) | |
tree | 821bb46846db0464a1ddbbfe4c60e335a375d33e /source/cChestEntity.h | |
parent | Ice finisher generator; fixed snow on water. (diff) | |
download | cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.gz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.bz2 cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.lz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.xz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.zst cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h index 323eb0f8a..2ae87d59f 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -34,7 +34,7 @@ public: void HandleData( cNBTData* a_NBTData );
- cItem * GetSlot( int a_Slot );
+ const cItem * GetSlot( int a_Slot ) const;
void SetSlot( int a_Slot, cItem & a_Item );
OBSOLETE bool LoadFromFile(cFile & a_File); // deprecated format
|