Attempt to convert scenarios that used specials on boatable terrains, by inserting a "boat block" special in the front of each such chain
- This commit also introduces "boat block" and "horse block" specials as part of the IF_CONTEXT special node type.
This commit is contained in:
@@ -111,9 +111,9 @@ public:
|
||||
cSpeech talking;
|
||||
|
||||
virtual ~cTown(){}
|
||||
virtual void append(legacy::big_tr_type& old);
|
||||
virtual void append(legacy::ave_tr_type& old);
|
||||
virtual void append(legacy::tiny_tr_type& old);
|
||||
virtual void append(legacy::big_tr_type& old, int town_num);
|
||||
virtual void append(legacy::ave_tr_type& old, int town_num);
|
||||
virtual void append(legacy::tiny_tr_type& old, int town_num);
|
||||
virtual ter_num_t& terrain(size_t x, size_t y) = 0;
|
||||
virtual rectangle& room_rect(size_t i) = 0;
|
||||
virtual cCreature& creatures(size_t i) = 0;
|
||||
|
Reference in New Issue
Block a user