mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
implemented more image related functions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@59 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+4
-5
@@ -46,11 +46,10 @@ IMPLEMENT_REFLECTION(Set) {
|
||||
if (tag.reading()) {
|
||||
data.init(game->set_fields);
|
||||
}
|
||||
WITH_DYNAMIC_ARG(game_for_reading, game.get()) {
|
||||
REFLECT(stylesheet);
|
||||
REFLECT_N("set_info", data);
|
||||
REFLECT(cards);
|
||||
}
|
||||
WITH_DYNAMIC_ARG(game_for_reading, game.get());
|
||||
REFLECT(stylesheet);
|
||||
REFLECT_N("set_info", data);
|
||||
REFLECT(cards);
|
||||
}
|
||||
REFLECT(apprentice_code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user