change key call for DebugHUD F12->h

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5500 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b7aa28948ce570e5a1cd0d1016f7905f278002e0
Former-commit-id: e1b17228c0e547424e6f2a38ea10eccaaf930708
This commit is contained in:
torcs-ng 2013-06-09 15:02:05 +00:00
parent 5809e5b302
commit a7033e40da

View file

@ -233,7 +233,7 @@ int initView(int x, int y, int width, int height, int /* flag */, void *screen)
GfuiAddKey(screen, GFUIK_F10, "Follow Car Zoomed", (void*)8, SDSelectCamera, NULL); GfuiAddKey(screen, GFUIK_F10, "Follow Car Zoomed", (void*)8, SDSelectCamera, NULL);
GfuiAddKey(screen, GFUIK_F11, "TV Director View", (void*)9, SDSelectCamera, NULL); GfuiAddKey(screen, GFUIK_F11, "TV Director View", (void*)9, SDSelectCamera, NULL);
GfuiAddKey(screen, GFUIK_F12, "Activate DEBUG HUD", (void*)9, SDToggleHUD, NULL); GfuiAddKey(screen, 'h', "Activate DEBUG HUD", (void*)0, SDToggleHUD, NULL);
/*GfuiAddKey(screen, '5', "Debug Info", (void*)3, grSelectBoard, NULL); /*GfuiAddKey(screen, '5', "Debug Info", (void*)3, grSelectBoard, NULL);
GfuiAddKey(screen, '4', "G/Cmd Graph", (void*)4, grSelectBoard, NULL); GfuiAddKey(screen, '4', "G/Cmd Graph", (void*)4, grSelectBoard, NULL);