1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Removed some unused variables in LoaderIDE

This commit is contained in:
Timmy Sjöstedt 2013-07-02 12:23:00 +02:00
parent d8d12f7cd5
commit 71850ad847

View File

@ -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, ',');