mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
#define CINEMATIC_DEFAULT 1
|
|
#define CINEMATIC_SELFDESTRUCT 2
|
|
#define CINEMATIC_SELFDESTRUCT_MISS 3
|
|
#define CINEMATIC_NUKE_WIN 4
|
|
#define CINEMATIC_NUKE_MISS 5
|
|
#define CINEMATIC_ANNIHILATION 6
|
|
#define CINEMATIC_MALF 7
|
|
#define CINEMATIC_CULT 8
|
|
#define CINEMATIC_NUKE_FAKE 9
|
|
#define CINEMATIC_NUKE_NO_CORE 10
|
|
#define CINEMATIC_NUKE_FAR 11
|
|
#define CINEMATIC_NUKE_CLOWNOP 12
|
|
#define CINEMATIC_CULT_NUKE 13
|