Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-27 16:05:31 +0000
committerStijn Buys <ingar@osirion.org>2010-11-27 16:05:31 +0000
commit2792e70132ceaa6eb33c8b39528fe8f2c23045e1 (patch)
tree701b564ed5555c1c64e69eaa51ff9885d4ce13dc /src/game
parent772631d07bced1963b54978c7eb86ebfd69f633c (diff)
Corrected 'specs strafe' message, thanks Thorn
Diffstat (limited to 'src/game')
-rw-r--r--src/game/base/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/game.cc b/src/game/base/game.cc
index 8c39c5c..f50d7bc 100644
--- a/src/game/base/game.cc
+++ b/src/game/base/game.cc
@@ -503,7 +503,7 @@ void Game::func_specs(core::Player *player, const std::string &args)
ship->set_strafe_force(value) ;
msgstr << "Ship strafe force set to " << value;
} else {
- msgstr << "Ship impulse force at " << ship->strafe_force();
+ msgstr << "Ship strafe force at " << ship->strafe_force();
}
} else if (str.compare("turn") == 0) {