DEADSOFTWARE

more code for tracing and other shit; NOTHING IS WORKING YET
[d2df-sdl.git] / src / game / g_console.pas
index 7d563ae8868f4480cfbeb0afc6b561412c942854..a5652ce5c799f874c538018dc40d32746cf3c1f6 100644 (file)
@@ -404,6 +404,7 @@ begin
   AddCommand('pf_draw_frame', ProfilerCommands, 'draw frame rendering profiles');
   //AddCommand('pf_update_frame', ProfilerCommands);
   AddCommand('pf_coldet', ProfilerCommands, 'draw collision detection profiles');
+  AddCommand('pf_los', ProfilerCommands, 'draw monster LOS profiles');
   AddCommand('r_sq_draw', ProfilerCommands, 'accelerated spatial queries in rendering');
   AddCommand('cd_sq_enabled', ProfilerCommands, 'accelerated spatial queries in map coldet');
   AddCommand('mon_sq_enabled', ProfilerCommands, 'use accelerated spatial queries for monsters');