In FMDX scanner, when current memory channel is in range, start from there
This commit is contained in:
+1
-1
@@ -4398,7 +4398,7 @@ void endMenu() {
|
||||
}
|
||||
|
||||
void startFMDXScan() {
|
||||
memorypos = scanstart;
|
||||
if (memorypos > scanstop || memorypos < scanstart) memorypos = scanstart;
|
||||
scanmodeold = tunemode;
|
||||
if (scanmem) {
|
||||
tunemode = TUNE_MEM;
|
||||
|
||||
Reference in New Issue
Block a user