diff options
author | David Walter Seikel | 2014-06-01 18:42:37 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-06-01 18:42:37 +1000 |
commit | f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b (patch) | |
tree | fcb1688da21eca15a7334e04dfd1cb029450d2db /src/libraries | |
parent | TODO++ (diff) | |
download | SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.zip SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.gz SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.bz2 SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.xz |
Get the from disk sim loading to work.
Still an odd problem with sonic that doesn't make sense.
Diffstat (limited to 'src/libraries')
-rw-r--r-- | src/libraries/love.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/love.h b/src/libraries/love.h index e99f282..e2cfcb4 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h | |||
@@ -175,7 +175,7 @@ love server starts up | |||
175 | Extantz client starts up | 175 | Extantz client starts up |
176 | -> love login(name, password) | 176 | -> love login(name, password) |
177 | loads user details | 177 | loads user details |
178 | <- love this is your user uuid | 178 | <- love this is your user uuid and start sim |
179 | get sim details from lspace at this URL (or local disk directory file://) | 179 | get sim details from lspace at this URL (or local disk directory file://) |
180 | -> lspace gimme the sim (or just pick up the index.omg file from disk) | 180 | -> lspace gimme the sim (or just pick up the index.omg file from disk) |
181 | <- lspace index.omg | 181 | <- lspace index.omg |