Fix disappeared brake light (merged from Torcs r1-3-1)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@128 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e079579217c7325e2ae190448482048c29d8aef4 Former-commit-id: 84406b90e4f132ec5c8700fe10fbd45a50698fd4
This commit is contained in:
parent
0db07f4ba2
commit
f0b92d7072
1 changed files with 3 additions and 3 deletions
|
@ -65,10 +65,10 @@ TorcsMainMenuInit(void)
|
|||
|
||||
GfuiScreenAddBgImg(menuHandle, "data/img/splash-main.png");
|
||||
|
||||
GfuiTitleCreate(menuHandle, "TORCS", 0);
|
||||
GfuiTitleCreate(menuHandle, "TORCS-NG", 0);
|
||||
|
||||
GfuiLabelCreate(menuHandle,
|
||||
"The Open Racing Car Simulator",
|
||||
"The Open Racing Car Simulator - Next Generation",
|
||||
GFUI_FONT_LARGE,
|
||||
320,
|
||||
420,
|
||||
|
@ -90,7 +90,7 @@ TorcsMainMenuInit(void)
|
|||
GfuiMenuDefaultKeysAdd(menuHandle);
|
||||
|
||||
GfuiMenuBackQuitButtonCreate(menuHandle,
|
||||
"Quit", "Quit TORCS",
|
||||
"Quit", "Quit TORCS-NG",
|
||||
TorcsMainExitMenuInit(menuHandle), GfuiScreenActivate);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue