diff options
author | David Walter Seikel | 2014-06-02 00:18:32 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-06-02 00:18:32 +1000 |
commit | 923cdbef0a76190006a1a175b97836d0c3444214 (patch) | |
tree | de35b9975133929d30010b8deb18c5729d13264b /src/libraries | |
parent | Get the from disk sim loading to work. (diff) | |
download | SledjHamr-923cdbef0a76190006a1a175b97836d0c3444214.zip SledjHamr-923cdbef0a76190006a1a175b97836d0c3444214.tar.gz SledjHamr-923cdbef0a76190006a1a175b97836d0c3444214.tar.bz2 SledjHamr-923cdbef0a76190006a1a175b97836d0c3444214.tar.xz |
Load and rez stuffs in an idler, also fix some bugs in that part.
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 e2cfcb4..be82758 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h | |||
@@ -143,7 +143,7 @@ typedef struct _mesh | |||
143 | 143 | ||
144 | typedef struct _stuffs | 144 | typedef struct _stuffs |
145 | { | 145 | { |
146 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45]; | 146 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45], file[PATH_MAX]; |
147 | //type | 147 | //type |
148 | union | 148 | union |
149 | { | 149 | { |