aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
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_TheReturn
parentac0fcc6aced8fb8afcf16c110cc29b34810842de (diff)
downloadshiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.tar.gz
shiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.tar.bz2
shiftos_thereturn-337b25e3b35bfb5176d36d11166f7ba64e19d9af.zip
More long codepoints
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Scripting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Scripting.cs b/ShiftOS_TheReturn/Scripting.cs
index 1bb48d5..246852f 100644
--- a/ShiftOS_TheReturn/Scripting.cs
+++ b/ShiftOS_TheReturn/Scripting.cs
@@ -195,7 +195,7 @@ namespace ShiftOS.Engine.Scripting
[Exposed("sos")]
public class SystemFunctions
{
- public int getCodepoints() { return SaveSystem.CurrentSave.Codepoints; }
+ public long getCodepoints() { return SaveSystem.CurrentSave.Codepoints; }
public bool runCommand(string cmd)