1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:09:41 +00:00

Fix mising of signed/unsigned types in WindowManager::showClassQuestionDialog

This commit is contained in:
Jan-Peter Nilsson 2011-01-14 00:53:46 +01:00
parent 9ee83caaa2
commit 6840e2c42f

View file

@ -691,7 +691,7 @@ namespace MWGui
const char *id;
// Specialization points to match, in order: Stealth, Combat, Magic
// Note: Order is taken from http://www.uesp.net/wiki/Morrowind:Class_Quiz
int points[3];
unsigned int points[3];
};
}