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() {
|
void startFMDXScan() {
|
||||||
memorypos = scanstart;
|
if (memorypos > scanstop || memorypos < scanstart) memorypos = scanstart;
|
||||||
scanmodeold = tunemode;
|
scanmodeold = tunemode;
|
||||||
if (scanmem) {
|
if (scanmem) {
|
||||||
tunemode = TUNE_MEM;
|
tunemode = TUNE_MEM;
|
||||||
|
|||||||
Reference in New Issue
Block a user