diff Game.cpp @ 126:fa3b930d0ccf

Слияние
author Ritor1
date Mon, 11 Feb 2013 21:11:23 +0600
parents eeb0a8222d59 3471df3713e2
children 3ee983b8082b b8856f5d7149
line wrap: on
line diff
--- a/Game.cpp	Mon Feb 11 21:09:13 2013 +0600
+++ b/Game.cpp	Mon Feb 11 21:11:23 2013 +0600
@@ -1,3 +1,5 @@
+#include <assert.h>
+
 #include "Game.h"
 #include "Party.h"
 #include "IndoorCamera.h"
@@ -104,6 +106,7 @@
         pIndoor->Draw();
       else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
         pOutdoor->Draw();
+      else assert(false);
 
       if (pRenderer->pRenderD3D)
       {