Several tweaks/bugfixes

- Preview terrain step sound when selecting it
- Fix uninitialized start locations
- Fix missing strings in copy files build phase
- Fix mislabelled terrain flag 3 for Call Special When Used
This commit is contained in:
2015-09-06 01:50:00 -04:00
parent 44b75b732b
commit 13801e83ab
4 changed files with 22 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ cScenario::cScenario() {
default_ground = 2;
where_start.x = 24;
where_start.y = 24;
out_start = where_start;
out_start = where_start = loc(24,24);
rating = eContentRating::G;
difficulty = 0;
intro_pic = intro_mess_pic = 0;