mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Removed some unused variables in LoaderIDE
This commit is contained in:
parent
d8d12f7cd5
commit
71850ad847
@ -80,8 +80,7 @@ bool LoaderIDE::load(const std::string &filename)
|
||||
case CARS: {
|
||||
CARS_t cars;
|
||||
|
||||
std::string id, modelName, textureName, type, handlingID,
|
||||
gameName, classType, frequency, lvl,
|
||||
std::string id, type, classType, frequency, lvl,
|
||||
comprules, wheelModelID, wheelScale;
|
||||
|
||||
getline(strstream, id, ',');
|
||||
@ -146,8 +145,7 @@ bool LoaderIDE::load(const std::string &filename)
|
||||
case PEDS: {
|
||||
PEDS_t peds;
|
||||
|
||||
std::string id, modelName, textureName, type,
|
||||
behaviour, animGroup, driveMask;
|
||||
std::string id, driveMask;
|
||||
|
||||
getline(strstream, id, ',');
|
||||
getline(strstream, peds.modelName, ',');
|
||||
|
Loading…
Reference in New Issue
Block a user