Fixed invalid initialization of list iterator activeViews. Changed from NULL to views.begin()

ver1_6_1
Chris Laurel 2008-08-31 04:09:31 +00:00
parent 8049e356a0
commit a6be3e66c8
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ CelestiaCore::CelestiaCore() :
cursorHandler(NULL),
defaultCursorShape(CelestiaCore::CrossCursor),
historyCurrent(0),
activeView(NULL),
activeView(views.begin()),
showActiveViewFrame(false),
showViewFrames(true),
resizeSplit(0),