summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8cd6b5c)
raw | patch | inline | side by side (parent: 8cd6b5c)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Tue, 5 Sep 2017 02:20:05 +0000 (05:20 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Tue, 5 Sep 2017 02:20:13 +0000 (05:20 +0300) |
src/game/g_holmes.pas | patch | blob | history |
diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas
index 47d34812cea47f6dd0f13797b9f144292a95f1c7..82f2be14f94a8b48690bc135734901d91b018b48 100644 (file)
--- a/src/game/g_holmes.pas
+++ b/src/game/g_holmes.pas
cmdAdd('atcur_dump_walls', cbAtcurDumpWalls, 'dump walls in cell', 'wall control');
cmdAdd('atcur_disable_walls', cbAtcurToggleWalls, 'disable walls', 'wall control');
- cmdAdd('dbg_tracebox', dbgToggleTraceBox, 'disable walls', 'wall control');
+ cmdAdd('dbg_tracebox', dbgToggleTraceBox, 'test traceBox()', 'player control');
end;