From 4cad4a27677b0490d3ba0018bc3404961f925ed5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Nov 2008 10:17:37 +0000 Subject: docking, bumps network protocol version --- src/core/entity.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/entity.cc') diff --git a/src/core/entity.cc b/src/core/entity.cc index 539c8d5..9bc3f3c 100644 --- a/src/core/entity.cc +++ b/src/core/entity.cc @@ -83,7 +83,7 @@ void Entity::list() con_print << entity_registry.size() << " registered entities" << std::endl; } -/*----- class Entity ----------------------------------------------- */ +/* ---- class Entity ----------------------------------------------- */ Entity::Entity(unsigned int flags) : entity_location(0.0f, 0.0f, 0.0f), -- cgit v1.2.3