Skip to content
Snippets Groups Projects
Commit 0de71f4c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix CID 469127 and 469128 (unused values)

parent 33edf54d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -713,7 +713,6 @@ void guru_cfg() ...@@ -713,7 +713,6 @@ void guru_cfg()
} }
if (msk != 0) if (msk != 0)
continue; continue;
j=0;
done=0; done=0;
while(!done) { while(!done) {
k=0; k=0;
...@@ -870,7 +869,6 @@ void actsets_cfg() ...@@ -870,7 +869,6 @@ void actsets_cfg()
if (msk != 0) if (msk != 0)
continue; continue;
j=0;
done=0; done=0;
while(!done) { while(!done) {
k=0; k=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment