mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix MXE lib address and new compilation issues
This commit is contained in:
@ -988,8 +988,8 @@ namespace ERMConverter
|
||||
fmt % name;
|
||||
fmt % params;
|
||||
|
||||
GenericReceiver receiver(out, fmt.str(), (name == "DO"));
|
||||
bo[0].apply_visitor(receiver);
|
||||
GenericReceiver gr(out, fmt.str(), (name == "DO"));
|
||||
bo[0].apply_visitor(gr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user