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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user