diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-11 22:55:11 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-11 22:55:11 +0200 |
commit | dc29e7c0441af00393364025ba57330292743544 (patch) | |
tree | df7db0f7971308efb1f7cdced60b3e261991adb0 | |
parent | get rid of // done comments in audiomanager.h (diff) | |
download | re3-dc29e7c0441af00393364025ba57330292743544.tar re3-dc29e7c0441af00393364025ba57330292743544.tar.gz re3-dc29e7c0441af00393364025ba57330292743544.tar.bz2 re3-dc29e7c0441af00393364025ba57330292743544.tar.lz re3-dc29e7c0441af00393364025ba57330292743544.tar.xz re3-dc29e7c0441af00393364025ba57330292743544.tar.zst re3-dc29e7c0441af00393364025ba57330292743544.zip |
-rw-r--r-- | gamefiles/TEXT/american.gxt | bin | 423994 -> 424066 bytes | |||
-rw-r--r-- | gamefiles/TEXT/french.gxt | bin | 469996 -> 470068 bytes | |||
-rw-r--r-- | gamefiles/TEXT/german.gxt | bin | 461890 -> 461962 bytes | |||
-rw-r--r-- | gamefiles/TEXT/italian.gxt | bin | 458946 -> 459018 bytes | |||
-rw-r--r-- | gamefiles/TEXT/spanish.gxt | bin | 455278 -> 455350 bytes | |||
-rw-r--r-- | utils/gxt/american.txt | 6 | ||||
-rw-r--r-- | utils/gxt/french.txt | 6 | ||||
-rw-r--r-- | utils/gxt/german.txt | 6 | ||||
-rw-r--r-- | utils/gxt/italian.txt | 6 | ||||
-rw-r--r-- | utils/gxt/spanish.txt | 6 |
10 files changed, 30 insertions, 0 deletions
diff --git a/gamefiles/TEXT/american.gxt b/gamefiles/TEXT/american.gxt Binary files differindex 4db81fc6..39895b0c 100644 --- a/gamefiles/TEXT/american.gxt +++ b/gamefiles/TEXT/american.gxt diff --git a/gamefiles/TEXT/french.gxt b/gamefiles/TEXT/french.gxt Binary files differindex 36f4225c..d2020651 100644 --- a/gamefiles/TEXT/french.gxt +++ b/gamefiles/TEXT/french.gxt diff --git a/gamefiles/TEXT/german.gxt b/gamefiles/TEXT/german.gxt Binary files differindex 671ed18d..f96f87d5 100644 --- a/gamefiles/TEXT/german.gxt +++ b/gamefiles/TEXT/german.gxt diff --git a/gamefiles/TEXT/italian.gxt b/gamefiles/TEXT/italian.gxt Binary files differindex fd087c0d..407da68d 100644 --- a/gamefiles/TEXT/italian.gxt +++ b/gamefiles/TEXT/italian.gxt diff --git a/gamefiles/TEXT/spanish.gxt b/gamefiles/TEXT/spanish.gxt Binary files differindex 7a71144c..54773d07 100644 --- a/gamefiles/TEXT/spanish.gxt +++ b/gamefiles/TEXT/spanish.gxt diff --git a/utils/gxt/american.txt b/utils/gxt/american.txt index 2507d388..66d74238 100644 --- a/utils/gxt/american.txt +++ b/utils/gxt/american.txt @@ -14423,6 +14423,12 @@ GAMEPAD SETTINGS [FEM_AUT] { aspect ratio related } AUTO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] THIS LABEL NEEDS TO BE HERE !!! diff --git a/utils/gxt/french.txt b/utils/gxt/french.txt index d5983e95..246600a1 100644 --- a/utils/gxt/french.txt +++ b/utils/gxt/french.txt @@ -14712,6 +14712,12 @@ GAMEPAD SETTINGS [FEM_AUT] { aspect ratio related } AUTO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + [DUMMY] THIS LABEL NEEDS TO BE HERE !!! AS THE LAST LABEL DOES NOT GET COMPILED
\ No newline at end of file diff --git a/utils/gxt/german.txt b/utils/gxt/german.txt index dff2382b..595d792a 100644 --- a/utils/gxt/german.txt +++ b/utils/gxt/german.txt @@ -14712,6 +14712,12 @@ KONTROLLEREINSTELLUNGEN [FEM_AUT] { aspect ratio related } AUTO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + [DUMMY] THIS LABEL NEEDS TO BE HERE !!! AS THE LAST LABEL DOES NOT GET COMPILED diff --git a/utils/gxt/italian.txt b/utils/gxt/italian.txt index 4773cde8..da135892 100644 --- a/utils/gxt/italian.txt +++ b/utils/gxt/italian.txt @@ -14721,6 +14721,12 @@ GAMEPAD SETTINGS [FEM_AUT] { aspect ratio related } AUTO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + [DUMMY] THIS LABEL NEEDS TO BE HERE !!! AS THE LAST LABEL DOES NOT GET COMPILED
\ No newline at end of file diff --git a/utils/gxt/spanish.txt b/utils/gxt/spanish.txt index 82c1958c..07d44c4c 100644 --- a/utils/gxt/spanish.txt +++ b/utils/gxt/spanish.txt @@ -14407,6 +14407,12 @@ AJUSTES DE MANDO [FEM_AUT] { aspect ratio related } AUTO +[FEM_PED] +PED DENSITY + +[FEM_CAR] +CAR DENSITY + { end of file } [DUMMY] THIS LABEL NEEDS TO BE HERE !!! |