aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index bca0b8069f..39127f04b7 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -2168,7 +2168,7 @@ void SimonEngine::vc82_getPathValue() {
uint16 var = vc_read_next_word();
- if (vc_get_bit(88) == true) {
+ if (vc_get_bit(82) == true) {
val = _pathValues1[_GPVCount1++];
} else {
val = _pathValues[_GPVCount++];