aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/JobTasks.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-15 19:49:52 -0500
committerMichael <[email protected]>2017-02-15 19:49:52 -0500
commit337b25e3b35bfb5176d36d11166f7ba64e19d9af (patch)
treef85d5d28c8ecde43b0af903fa8f8ae62a5fc36f2 /ShiftOS.WinForms/JobTasks.cs
parentac0fcc6aced8fb8afcf16c110cc29b34810842de (diff)
downloadshiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.tar.gz
shiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.tar.bz2
shiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.zip
More long codepoints
Diffstat (limited to 'ShiftOS.WinForms/JobTasks.cs')
-rw-r--r--ShiftOS.WinForms/JobTasks.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/JobTasks.cs b/ShiftOS.WinForms/JobTasks.cs
index 77917d9..b3f6683 100644
--- a/ShiftOS.WinForms/JobTasks.cs
+++ b/ShiftOS.WinForms/JobTasks.cs
@@ -16,7 +16,7 @@ namespace ShiftOS.WinForms
CodepointsRequired = SaveSystem.CurrentSave.Codepoints + amount;
}
- public int CodepointsRequired { get; private set; }
+ public long CodepointsRequired { get; private set; }
public override bool IsComplete
{