summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 00:33:41 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 00:33:41 +0300
commit76cfe9e923e00b6ea3522fe5279270af5fa41bc8 (patch)
tree185143f0df76ca2b5e563ec24fe6710698465883
parent17c7ffef65489182dec5bff5c9390176319cb149 (diff)
downloadcolobot-76cfe9e923e00b6ea3522fe5279270af5fa41bc8.tar.gz
colobot-76cfe9e923e00b6ea3522fe5279270af5fa41bc8.tar.bz2
colobot-76cfe9e923e00b6ea3522fe5279270af5fa41bc8.zip
Comment fix.
-rw-r--r--src/taskfire.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/taskfire.h b/src/taskfire.h
index 2e2a399..d0c916f 100644
--- a/src/taskfire.h
+++ b/src/taskfire.h
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// taskfire.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskfire.h
#ifndef _TASKFIRE_H_
#define _TASKTIRE_H_
@@ -49,7 +51,7 @@ protected:
float m_speed;
float m_lastParticule;
float m_lastSound;
- int m_soundChannel;
+ int m_soundChannel;
};