1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 15:36:42 +00:00

Fix an uninitalized member

This commit is contained in:
scrawl 2013-11-19 02:17:44 +01:00
parent 6902569d03
commit 16e5477c60

View file

@ -261,6 +261,7 @@ namespace MWGui
: MWGui::WindowPinnableBase("openmw_map_window.layout")
, mGlobal(false)
, mGlobalMap(0)
, mGlobalMapRender(0)
{
setCoord(500,0,320,300);