summaryrefslogtreecommitdiffstats
path: root/source/Entities/Boat.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-08 17:56:16 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-08 17:56:16 +0200
commit50e24fb75fec614bb195e5a322e2ceff9cdd2b1a (patch)
tree7b27adb5db66607df2beb623dbcca11490518786 /source/Entities/Boat.cpp
parentInitial boat support (diff)
downloadcuberite-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.cpp6
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"