updated build
This commit is contained in:
parent
f3d360b6b3
commit
55f85f6794
3 changed files with 3 additions and 3 deletions
|
|
@ -22,10 +22,10 @@ shutdown_event = threading.Event()
|
|||
ERROR_ALREADY_EXISTS = 183
|
||||
|
||||
# ========================= CONFIG =========================
|
||||
DEBUG = True # Set True to enable debug overrides
|
||||
DEBUG = False # Set True to enable debug overrides
|
||||
|
||||
# Default paths (used if not in debug mode)
|
||||
DEFAULT_GAME_EXE = r".\RA3game.dll"
|
||||
DEFAULT_GAME_EXE = r".\qgame.dll"
|
||||
DEFAULT_PLAYLIST = r".\arena\music\playlist.txt"
|
||||
DEFAULT_RA3_MAPS = r".\arena\music\ra3_maps.txt"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue