Both the game and the scenario editor now properly load a scenario.

This means that the game can in fact be played – though saving is not currently operational.

git-svn-id: http://openexile.googlecode.com/svn/trunk@32 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-25 22:50:58 +00:00
parent 3ba7021543
commit d3be0c107e
41 changed files with 1790 additions and 1638 deletions

View File

@@ -68,7 +68,7 @@ cOutdoors::cOutdoors(){
short i,j;
location d_loc(100,0);
cOutdoors::cWandering d_monst = {{0,0,0,0,0,0,0},{0,0,0},-1,-1,-1,0,-1,-1};
Rect d_rect = {0,0,0,0};
rectangle d_rect;
location locs[4] = {loc(8,8),loc(32,8),loc(8,32),loc(32,32)};
Str255 temp_str;