diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-03-13 00:20:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 22:20:40 -0500 |
| commit | b7a50c06ecc23f6b17e410cb10a7046ee008a78d (patch) | |
| tree | 8202929e16e70a39cd8156454dc444b8d0bf2cda /ZAPD/Main.cpp | |
| parent | 55718b1090083e1f5e9b1b1cc09ebcb329baa74f (diff) | |
A few bugfixes (#87)
* remove extra %i in ZCutscene
Signed-off-by: angie <angheloalf95@gmail.com>
* Don't extract vertices from a unknown segment.
Signed-off-by: Angie <angheloalf95@gmail.com>
* Fix SurfaceType in CollisionHeader
Signed-off-by: Angie <angheloalf95@gmail.com>
* Fix merge issue
Signed-off-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'ZAPD/Main.cpp')
| -rw-r--r-- | ZAPD/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index ceb4089..9e0195c 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -173,6 +173,7 @@ int NewMain(int argc, char* argv[]) { #if !defined(_MSC_VER) && !defined(__CYGWIN__) signal(SIGSEGV, ErrorHandler); + signal(SIGABRT, ErrorHandler); #endif } else if (arg == "-v") // Verbose |
