mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Removed old random pack code. It was already disabled by the USE_NEW_PACK_SYSTEM flag.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1482 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -76,10 +76,8 @@ class RandomPackPanel : public SetWindowPanel {
|
||||
PackTotalsPanel* totals;
|
||||
vector<PackAmountPicker> pickers;
|
||||
|
||||
#if USE_NEW_PACK_SYSTEM
|
||||
PackGenerator generator;
|
||||
int last_seed;
|
||||
#endif
|
||||
PackGenerator generator;
|
||||
int last_seed;
|
||||
|
||||
/// Actual intialization of the controls
|
||||
void initControls();
|
||||
|
||||
Reference in New Issue
Block a user