From e1504b28a6dfbf51a345b2d402595d886c17eaf4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 27 Jan 2013 12:04:24 +0100 Subject: HOPKINS: More renaming in LinesManager --- engines/hopkins/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins/globals.cpp') diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index 44d3798daa..3150074e77 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -324,7 +324,7 @@ void Globals::clearAll() { for (int idx = 0; idx < MAX_LINES; ++idx) { _vm->_linesManager.Ligne[idx]._lineDataEndIdx = 0; _vm->_linesManager.Ligne[idx].field2 = 0; - _vm->_linesManager.Ligne[idx].field4 = 0; + _vm->_linesManager.Ligne[idx]._direction = 0; _vm->_linesManager.Ligne[idx].field6 = 0; _vm->_linesManager.Ligne[idx].field8 = 0; _vm->_linesManager.Ligne[idx]._lineData = (int16 *)g_PTRNUL; -- cgit v1.2.3