File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -106,18 +106,14 @@ class CMessageOnce
106
106
const std::string message;
107
107
};
108
108
109
- #ifdef DEBUG
110
- #define DEPRECATED \
111
- static CMessageOnce msg ( \
112
- " The deprecated unitsync function " \
113
- + std::string(__FUNCTION__) + " was called." \
114
- " Please update your lobby client"); \
115
- msg.print(); \
116
- SetLastError (" deprecated unitsync function called: " \
117
- + std::string(__FUNCTION__))
118
- #else
119
- #define DEPRECATED
120
- #endif
109
+ #define DEPRECATED \
110
+ static CMessageOnce msg ( \
111
+ " The deprecated unitsync function " \
112
+ + std::string(__FUNCTION__) + " was called." \
113
+ " Please update your lobby client"); \
114
+ msg.print(); \
115
+ SetLastError (" deprecated unitsync function called: " \
116
+ + std::string(__FUNCTION__))
121
117
122
118
123
119
// ////////////////////////
You can’t perform that action at this time.
0 commit comments