VS: Language issues

These issues don't prevent compiling, but are strange issues nonetheless.
This commit is contained in:
Aronai Sieyes
2020-05-09 16:53:59 -04:00
parent 5a42a3a76e
commit d1e7821b15
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#ifdef DEBUG_MEDIAPLAYER
#define MP_DEBUG(x) to_chat(owner,x)
#warning Please comment out #define DEBUG_MEDIAPLAYER before committing.
#warn Please comment out #define DEBUG_MEDIAPLAYER before committing.
#else
#define MP_DEBUG(x)
#endif