|
@@ -11,7 +11,8 @@ 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);
|
|
|
+ uprintf(USTR("[DIALOG] [%s]"), title);
|
|
|
+ uprintf(USTR(" %s\n"), title);
|
|
|
return 0;
|
|
|
}
|
|
|
|