1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-23 06:41:08 +00:00

fix uninitialised variables

This commit is contained in:
Marc Zinnschlag 2010-07-05 14:34:15 +02:00
parent 85cd744f44
commit b2731c5e26

View File

@ -22,6 +22,7 @@ namespace MWRender
camera(cam)
{
mPlayer.base = player;
mPlayer.ref.pos.pos[0] = mPlayer.ref.pos.pos[1] = mPlayer.ref.pos.pos[2];
}
// Set the player position. Uses Morrowind coordinates.