diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-12-25 18:34:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 18:34:48 -0500 |
| commit | 8673a23e3e7d9a311ca7953e0a82ea830a581426 (patch) | |
| tree | 477c631d0b0085f17efaba4a06a7805f7dc010ae /ZAPD/Main.cpp | |
| parent | 3e2c2eadcce68e895cd2b44f4633e8271ff85a74 (diff) | |
Add option for f3dex (#214)
* add option for f3dex
* fix
* Make it actually good
* Update ZAPD/Main.cpp
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'ZAPD/Main.cpp')
| -rw-r--r-- | ZAPD/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index fd2ed06..941280e 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -48,8 +48,8 @@ void ErrorHandler(int sig) const char* crashEasterEgg[] = { "\tYou've met with a terrible fate, haven't you?", "\tSEA BEARS FOAM. SLEEP BEARS DREAMS. \n\tBOTH END IN THE SAME WAY: CRASSSH!", - "ZAPD has fallen and cannot get up." - }; + "\tZAPD has fallen and cannot get up.", + }; srand(time(nullptr)); auto easterIndex = rand() % ARRAY_COUNT(crashEasterEgg); |
