aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-06-19 20:14:36 +1000
committerRogueAI42 <[email protected]>2017-06-19 20:14:36 +1000
commit49b31c7e847cc7aa9365880f9f92e0498f1450bd (patch)
treef0cf2ec680763ff29c8bc24d08a3921e94320487 /ShiftOS_TheReturn
parent37e9af7ca62b5bac72a56b2b8e847e5c0a5a1a6b (diff)
downloadshiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.tar.gz
shiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.tar.bz2
shiftos_thereturn-49b31c7e847cc7aa9365880f9f92e0498f1450bd.zip
extra loading joke
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index 8cd4d9b..8cfea4a 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -107,7 +107,7 @@ namespace ShiftOS.Engine
SkinEngine.Init();
Random rnd = new Random();
int loadingJoke1 = rnd.Next(10);
- int loadingJoke2 = rnd.Next(10);
+ int loadingJoke2 = rnd.Next(11);
TerminalBackend.OpenTerminal();