diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-12-26 17:10:05 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-26 15:10:05 -0500 |
| commit | 431c1bc46c64712a42a22893dc28e9503fe3934a (patch) | |
| tree | e64b183c84ba0be0a2e192b61b39d751dc8ea840 /ZAPD/Main.cpp | |
| parent | c7d0d375b199d74e7f0e6e9b802b5d214de8696c (diff) | |
Use the object enum in `SCENE_CMD_SPECIAL_FILES` (#228)
* Use the object enum in SCENE_CMD_SPECIAL_FILES
* format
Diffstat (limited to 'ZAPD/Main.cpp')
| -rw-r--r-- | ZAPD/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index 941280e..8f723a7 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -49,7 +49,7 @@ void ErrorHandler(int sig) "\tYou've met with a terrible fate, haven't you?", "\tSEA BEARS FOAM. SLEEP BEARS DREAMS. \n\tBOTH END IN THE SAME WAY: CRASSSH!", "\tZAPD has fallen and cannot get up.", - }; + }; srand(time(nullptr)); auto easterIndex = rand() % ARRAY_COUNT(crashEasterEgg); |
