[Scummvm-cvs-logs] scummvm master -> dd297c302b3857a81af4b6662e903c6d58c17b0b

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Oct 7 23:10:13 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dd297c302b SHERLOCK: SS: remove PRESS_KEY_xx from header file


Commit: dd297c302b3857a81af4b6662e903c6d58c17b0b
    https://github.com/scummvm/scummvm/commit/dd297c302b3857a81af4b6662e903c6d58c17b0b
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-10-07T23:11:18+02:00

Commit Message:
SHERLOCK: SS: remove PRESS_KEY_xx from header file

was changed to fixed text class today

Changed paths:
    engines/sherlock/scalpel/scalpel_user_interface.h



diff --git a/engines/sherlock/scalpel/scalpel_user_interface.h b/engines/sherlock/scalpel/scalpel_user_interface.h
index d88e607..8c2f3f9 100644
--- a/engines/sherlock/scalpel/scalpel_user_interface.h
+++ b/engines/sherlock/scalpel/scalpel_user_interface.h
@@ -39,8 +39,6 @@ extern const int MENU_POINTS[12][4];
 
 extern const int INVENTORY_POINTS[8][3];
 extern const char INVENTORY_COMMANDS[9];
-extern const char *const PRESS_KEY_FOR_MORE;
-extern const char *const PRESS_KEY_TO_CONTINUE;
 
 class Settings;
 






More information about the Scummvm-git-logs mailing list