1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-22 02:12:45 +01:00

rwgame: Add more interesting vehicles to DebugStates

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
Paul Kocialkowski 2018-08-01 23:09:26 +02:00
parent 844d1f89b3
commit ec49fe2b27

View File

@ -153,7 +153,9 @@ std::shared_ptr<Menu> DebugState::createVehicleMenu() {
{"Police", 116}, {"Ambulance", 106}, {"Bobcat", 112},
{"Banshee", 119}, {"Rhino", 122}, {"Barracks", 123},
{"Rumpo", 130}, {"Columbian", 138}, {"Dodo", 126},
{"Speeder", 142}, {"Yakuza", 136},
{"Speeder", 142}, {"Yakuza", 136}, {"Cheetah", 105},
{"Ambulance", 106}, {"FBI", 107}, {"Mafia", 134},
{"Infernus", 101},
};
for (auto& e : kVehicleTypes) {