diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-08 17:56:16 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-08 17:56:16 +0200 |
commit | 50e24fb75fec614bb195e5a322e2ceff9cdd2b1a (patch) | |
tree | 7b27adb5db66607df2beb623dbcca11490518786 /source/Entities/Boat.cpp | |
parent | Initial boat support (diff) | |
download | cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar.gz cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar.bz2 cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar.lz cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar.xz cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.tar.zst cuberite-50e24fb75fec614bb195e5a322e2ceff9cdd2b1a.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Entities/Boat.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Entities/Boat.cpp b/source/Entities/Boat.cpp index f29766fc1..eebd3a373 100644 --- a/source/Entities/Boat.cpp +++ b/source/Entities/Boat.cpp @@ -1,8 +1,8 @@ -// Minecart.cpp +// Boat.cpp -// Implements the cMinecart class representing a minecart in the world -// Indiana Jones! +// Implements the cBoat class representing a boat in the world +// Pirates of the Carribean! #include "Globals.h" #include "Boat.h" |