diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/testbed/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/graphics.cpp b/engines/testbed/graphics.cpp index afb1c5800a..e774008560 100644 --- a/engines/testbed/graphics.cpp +++ b/engines/testbed/graphics.cpp @@ -488,7 +488,7 @@ TestExitStatus GFXtests::fullScreenMode() { prompt = "This should be your initial state. Is it?"; - if (!Testsuite::handleInteractiveInput(prompt, "Yes, it is", "Nopes", shouldSelect)) { + if (!Testsuite::handleInteractiveInput(prompt, "Yes, it is", "Nopes", kOptionLeft)) { // User selected incorrect mode Testsuite::logDetailedPrintf("switching back to initial state failed\n"); passed = kTestFailed; |