1
0

Implement PRGSLOT

This commit is contained in:
otya128
2016-12-28 22:51:22 +09:00
parent 834480e9ac
commit 692c7907e9
3 changed files with 10 additions and 1 deletions

View File

@@ -518,7 +518,7 @@ class Program
{
Slot[] slot;
bool PRGEDITused;
int currentSlot;
int currentSlot = -1/*PRGSLOT default value*/;
int slotSize = 4;
this()
{