From 4e8d042e5cbe6a01cf0f32c692d99e0644559c1a Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 10 Nov 2006 20:48:52 +0000 Subject: new menu code workaround a possible scripting bug in introduction screen svn-id: r24668 --- engines/touche/staticres.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'engines/touche/staticres.cpp') diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp index aaf2763f2f..bd0a246a4d 100644 --- a/engines/touche/staticres.cpp +++ b/engines/touche/staticres.cpp @@ -49,18 +49,6 @@ const uint8 ToucheEngine::_directionsTable[NUM_DIRECTIONS] = { 0x7F, 0x7F, 0x7F, 0x7F, 0x00, 0x00, 0x00 }; -char ToucheEngine::_saveLoadDescriptionsTable[10][33] = { - "[Empty.1.......................]", - "[Empty.2.......................]", - "[Empty.3.......................]", - "[Empty.4.......................]", - "[Empty.5.......................]", - "[Empty.6.......................]", - "[Empty.7.......................]", - "[Empty.8.......................]", - "[Empty.9.......................]" -}; - const uint16 Graphics::_fontOffs[] = { 0x0000, 0x0007, 0x0024, 0x0043, 0x0072, 0x00AD, 0x00E0, 0x0113, 0x0124, 0x0141, 0x015E, 0x0191, 0x01C4, 0x01E3, 0x01F8, 0x0215, 0x0232, 0x0269, 0x0286, 0x02BD, -- cgit v1.2.3