summaryrefslogtreecommitdiff
path: root/src/common/showmsg.c
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 17:27:17 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 17:27:17 +0000
commit9fdd623ce57666c39651f17668cfc59a2b977d3d (patch)
tree4a384e51d1d10c6da2cdea45692a4d3f0642f10f /src/common/showmsg.c
parent230c174da61cef240ab784bf7ca03c5fb8f99d89 (diff)
downloadhercules-9fdd623ce57666c39651f17668cfc59a2b977d3d.tar.gz
hercules-9fdd623ce57666c39651f17668cfc59a2b977d3d.tar.bz2
hercules-9fdd623ce57666c39651f17668cfc59a2b977d3d.tar.xz
hercules-9fdd623ce57666c39651f17668cfc59a2b977d3d.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@644 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r--src/common/showmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c
index 903fb583b..8c7fc9a13 100644
--- a/src/common/showmsg.c
+++ b/src/common/showmsg.c
@@ -35,6 +35,8 @@ int _ShowMessage(const char *string, enum msg_type flag){ // by MC Cameri
case MSG_WARNING: //Bright Yellow
strcpy(prefix,CL_YELLOW"[Warning]"CL_RESET":");
break;
+ case MSG_DEBUG:
+ strcpy(prefix,CL_CYAN"[Debug]"CL_RESET":");
case MSG_ERROR: //Bright Red (Regular errors)
strcpy(prefix,CL_RED"[Error]"CL_RESET":");
break;