diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-05-12 02:29:36 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-05-12 02:29:36 +0200 |
commit | fdb6428c6bb6b5602676ab74a9f7c568f8e2566f (patch) | |
tree | 8cc4f7404ebd4fb02fc39a5dd083214e3fc8d451 /src/peds/PedDebug.cpp | |
parent | Merge branch 'miami' into lcs (diff) | |
parent | Complete sfx enum, rename some sounds + fixes of missing ped comments (diff) | |
download | re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar.gz re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar.bz2 re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar.lz re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar.xz re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.tar.zst re3-fdb6428c6bb6b5602676ab74a9f7c568f8e2566f.zip |
Diffstat (limited to 'src/peds/PedDebug.cpp')
-rw-r--r-- | src/peds/PedDebug.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peds/PedDebug.cpp b/src/peds/PedDebug.cpp index aed11357..0dbabb58 100644 --- a/src/peds/PedDebug.cpp +++ b/src/peds/PedDebug.cpp @@ -157,6 +157,9 @@ static char PersonalityTypeText[][18] = { "Old Girl", "Tough Girl", "Tramp", +#ifdef FIX_BUGS // there's male and female ones + "Tramp", +#endif "Tourist", "Prostitute", "Criminal", |