Skip to content

Commit d917870

Browse files
committed
debug config
1 parent f030852 commit d917870

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

LMAGWizards.yyp

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/macros/macros.gml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
#macro SOUND_PRIORITY_AMBIENT 50
77

88
#macro DT (game_get_speed(gamespeed_microseconds) / 1_000_000 * obj_game.time_scale)
9-
#macro PDT (game_get_speed(gamespeed_microseconds) / 1_000_000)
9+
#macro PDT (game_get_speed(gamespeed_microseconds) / 1_000_000)
10+
11+
#macro DEBUG (os_get_config() == "Debug")

0 commit comments

Comments
 (0)