diff options
| author | Japa | 2011-08-21 15:08:04 +0000 |
|---|---|---|
| committer | Japa | 2011-08-21 15:08:04 +0000 |
| commit | 5b813e32b57ea085c0eb04b1b5f528b3698a167d (patch) | |
| tree | f379955486124c7f2674c8e4db220ab2baa6dc76 /main.cpp | |
| parent | 6f96b930653206ca09fa79985126921cfe8fb03f (diff) | |
| download | stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.gz stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.bz2 stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.xz | |
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ using namespace std; #include "Creatures.h"
#include "GroundMaterialConfiguration.h"
#include "ContentLoader.h"
+#include "Occlusion_Test.h"
#define WIDTH 640
#define HEIGHT 480
@@ -453,6 +454,7 @@ static void * stonesense_thread(ALLEGRO_THREAD * thred, void * parms) contentLoader = new ContentLoader();
initRandomCube();
loadConfigFile();
+ init_masks();
if(!loadfont())
{
stonesense_started = 0;
|
