Prechádzať zdrojové kódy

log dialogs on stdout

ncannasse 6 rokov pred
rodič
commit
cb377f8b42
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      libs/ui/ui_stub.c

+ 1 - 0
libs/ui/ui_stub.c

@@ -11,6 +11,7 @@ HL_PRIM void HL_NAME(ui_init)() {
 }
 
 HL_PRIM int HL_NAME(ui_dialog)( const uchar *title, const uchar *message, int flags ) {
+	uprintf(USTR("[DIALOG] [%s] %s"), title, message);
 	return 0;
 }