summaryrefslogtreecommitdiff
path: root/source/ui_confirm.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-09-04 15:53:16 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-09-04 15:53:16 +0000
commita63351b924daa288b120af78607434ca5acc60d8 (patch)
tree902f9b525cf107ee27cee2788ddaedfe313b8a8d /source/ui_confirm.c
parentb96aee6bda286ae78d7821a2dfd21582daa05ba3 (diff)
Changed Com_DPrintf, Com_WPrintf and Com_EPrintf functions to macros.
Introduced Com_LPrintf, FS_DPrintf, SV_DPrintf. Don't include any developer code at all unless built with _DEBUG.
Diffstat (limited to 'source/ui_confirm.c')
-rw-r--r--source/ui_confirm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_confirm.c b/source/ui_confirm.c
index 7c7adeb..4a6b849 100644
--- a/source/ui_confirm.c
+++ b/source/ui_confirm.c
@@ -93,7 +93,7 @@ static menuSound_t ErrorKeydown( menuFrameWork_t *self, int key ) {
return QMS_OUT;
}
-void M_Menu_Error( comErrorType_t type, const char *text ) {
+void M_Menu_Error( error_type_t type, const char *text ) {
color_t color;
if( !text ) {