Merge pull request #6406 from mwerezak/debugverb

Changes last debug verb to proc and adds it to debug list
This commit is contained in:
Ccomp5950
2014-09-16 21:47:07 -05:00
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -164,6 +164,7 @@ var/list/debug_verbs = list (
,/client/proc/view_power_update_stats_area
,/client/proc/view_power_update_stats_machines
,/client/proc/toggle_power_update_profiling
,/client/proc/atmos_toggle_debug
)