]> Shamusworld >> Repos - guemap/blobdiff - src/mainwin.cpp
Fix room adding to work properly, misc. small changes.
[guemap] / src / mainwin.cpp
index 186e085917129d204280aa6ad549ba69cb6cf725..fa99724814dea1dec38d91b4f4982c404e6a32ac 100644 (file)
@@ -606,7 +606,6 @@ int MainWin::OnCreate(LPCREATESTRUCT lpCreateStruct)
        return 0;
 }
 
-
 void MainWin::OnDestroy()
 {
        CDockState  state;
@@ -621,7 +620,6 @@ void MainWin::OnDestroy()
        CMDIFrameWnd::OnDestroy();
 }
 
-
 bool MainWin::PreCreateWindow(CREATESTRUCT & cs)
 {
        // TODO: Modify the Window class or styles here by modifying
@@ -630,7 +628,6 @@ bool MainWin::PreCreateWindow(CREATESTRUCT & cs)
        return CMDIFrameWnd::PreCreateWindow(cs);
 }
 
-
 /////////////////////////////////////////////////////////////////////////////
 // CMainWin message handlers
 //--------------------------------------------------------------------
@@ -642,7 +639,6 @@ void MainWin::OnActivateApp(bool bActive, HTASK task)
        CMDIFrameWnd::OnActivateApp(bActive, task);
 }
 
-
 /////////////////////////////////////////////////////////////////////////////
 // Dock control bars on the same line:
 //