Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-28 21:05:04 +0000
committerStijn Buys <ingar@osirion.org>2009-01-28 21:05:04 +0000
commit97746cd48fcc68df3c427ab3a0e18b939eb7906f (patch)
tree16b6e100d96366a459ee1e9f65ed84e10dc26feb /src/game/base/racetrack.cc
parent757a712813a0815fc570784ca15676b90a36326a (diff)
seed random generator on startup,
show loader frame on r_restart, initial collision detection hooks
Diffstat (limited to 'src/game/base/racetrack.cc')
-rw-r--r--src/game/base/racetrack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/racetrack.cc b/src/game/base/racetrack.cc
index e818414..f36c047 100644
--- a/src/game/base/racetrack.cc
+++ b/src/game/base/racetrack.cc
@@ -200,7 +200,7 @@ void RaceTrack::frame(float seconds)
player->add_credits(the_prize);
msgstr.clear();
msgstr.str("");
- msgstr << "You receive " << the_prize << " credits." << std::endl;
+ msgstr << "You receive " << the_prize << " credits.";
player->send(msgstr.str());
player->sound("game/buy");