diff options
-rw-r--r-- | engines/parallaction/location.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp index 5a954a5d44..e00aec63aa 100644 --- a/engines/parallaction/location.cpp +++ b/engines/parallaction/location.cpp @@ -365,7 +365,7 @@ void Parallaction::changeLocation(char *location) { if (list[1] == "slide") { showSlide(list[0].c_str()); list.remove_at(0); // removes slide name - list.remove_at(1); // removes 'slide' + list.remove_at(0); // removes 'slide' } // list is now only [L].{[C]} (see above comment) |