Refactoring and commenting.

This commit is contained in:
stiffly
2016-01-14 13:54:38 +01:00
parent c9f11f62d2
commit cca64dca24
12 changed files with 95 additions and 151 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ bool Game::debugOnInputCommand(const Events::InputCommand & e)
{
if (e.Command == "PlaySound" && e.Value > 0) {
Events::PlayBackgroundMusic e;
e.FilePath = "Audio/crosscounter.wav";
e.FilePath = "Audio/5dollar.wav";
//e.emitterID = 18; // rofl
m_EventBroker->Publish(e);
}