mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-27 05:51:48 -07:00
fix incorrect command usage in auto-run path
This commit is contained in:
@@ -973,7 +973,7 @@ entry_point(CmdLine *cmd_line)
|
||||
if(auto_run)
|
||||
{
|
||||
auto_run = 0;
|
||||
rd_cmd(RD_CmdKind_LaunchAndRun);
|
||||
rd_cmd(RD_CmdKind_Run);
|
||||
}
|
||||
|
||||
//- rjf: auto step
|
||||
|
||||
Reference in New Issue
Block a user