Fixed faster/slower options in Windows time menu to adjust time by 10x instead of 2x factor.

ver1_6_1
Chris Laurel 2008-02-05 02:55:25 +00:00
parent 2ef47fa6b0
commit fefb975bcc
1 changed files with 2 additions and 2 deletions

View File

@ -4117,10 +4117,10 @@ LRESULT CALLBACK MainWindowProc(HWND hWnd,
#endif
case ID_TIME_FASTER:
appCore->charEntered('L');
appCore->charEntered('l');
break;
case ID_TIME_SLOWER:
appCore->charEntered('K');
appCore->charEntered('k');
break;
case ID_TIME_REALTIME:
appCore->charEntered('\\');