gta-reversed / gta-reversed-modern

Reimplementation of GTA:SA 1.0 US
559 stars 96 forks source link

Error in Population.cpp #739

Open Raskulk opened 3 months ago

Raskulk commented 3 months ago

Expected and current behavior

In the code "Population.cpp", under the condition "if (NameIsAnyOf("BARGUY", "PEDROUL", "PEDCARD", "PEDSLOT"))" you seem to have accidentally written SBMOTR2 twice on the same line, which you probably didn't there should be.

Additional information

No response

Steps to reproduce

.

Screenshots/Videos

No response

Pirulax commented 3 months ago

Are you talking about this? https://github.com/gta-reversed/gta-reversed-modern/blob/70ba56d0ac55a04881cf0a2444e38a1dce618984/source/game_sa/Population.cpp#L420

Raskulk commented 3 months ago

Yes