Comment fix.

dev-ui
Programerus 2012-04-10 00:33:41 +03:00
parent 17c7ffef65
commit 76cfe9e923
1 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@
// * GNU General Public License for more details. // * GNU General Public License for more details.
// * // *
// * You should have received a copy of the GNU General Public License // * 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_ #ifndef _TASKFIRE_H_
#define _TASKTIRE_H_ #define _TASKTIRE_H_
@ -49,7 +51,7 @@ protected:
float m_speed; float m_speed;
float m_lastParticule; float m_lastParticule;
float m_lastSound; float m_lastSound;
int m_soundChannel; int m_soundChannel;
}; };