Remove duplicated "Ignore and countinue?"

This commit is contained in:
Silent 2019-07-21 08:50:35 +02:00
parent 7045c68327
commit 518d96ad48
No known key found for this signature in database
GPG Key ID: AE53149BB0C45AF1

View File

@ -15,7 +15,7 @@
{ \ { \
if (!(_a_)) \ if (!(_a_)) \
{ \ { \
if (!PanicYesNo(_fmt_ "\n\nIgnore and continue?", __VA_ARGS__)) \ if (!PanicYesNo(_fmt_, __VA_ARGS__)) \
Crash(); \ Crash(); \
} \ } \
} while (0) } while (0)