Fixed incorrect preprocessor guard

This commit is contained in:
Kayne Ruse
2013-06-22 18:22:21 +10:00
parent a4d184ca75
commit e4ffba80aa
+1 -1
View File
@@ -20,7 +20,7 @@
* distribution. * distribution.
*/ */
#ifndef DEFINES_HPP_ #ifndef DEFINES_HPP_
#define DEFINES_HPP #define DEFINES_HPP_
#define GAME_CHANNEL 0 #define GAME_CHANNEL 0
#define CHAT_CHANNEL 1 #define CHAT_CHANNEL 1