From 53faab4c1d692fed7c7ecfedea57fc457bf61e80 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 24 Feb 2009 19:13:27 +0000 Subject: Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages, added g_collision cflag to facillitate future development, added ShowOnMap entity flag --- src/dedicated/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dedicated') diff --git a/src/dedicated/console.cc b/src/dedicated/console.cc index 852b028..5b7d92f 100644 --- a/src/dedicated/console.cc +++ b/src/dedicated/console.cc @@ -192,7 +192,7 @@ void Console::draw_background() // draw version string color_set(2, NULL); - std::string versionstr("The Osirion Project "); + std::string versionstr("Project::OSiRiON "); versionstr.append(core::version()); int y = console_width - versionstr.size(); if (y < 0) -- cgit v1.2.3