mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
add mat depletion, ammo cost, fixed dying crashing on s16+, fix aircraft starting on some versions, fix zone on s17
11 lines
288 B
C++
11 lines
288 B
C++
#pragma once
|
|
|
|
namespace Globals
|
|
{
|
|
extern inline bool bCreative = false;
|
|
extern inline bool bGoingToPlayEvent = false;
|
|
extern inline bool bNoMCP = true;
|
|
extern inline bool bLateGame = false;
|
|
extern inline bool bAbilitiesEnabled = true;
|
|
extern inline bool bLogProcessEvent = false;
|
|
} |