Clearing the LOADED flag actually prevents users from doing clever things such as loading an image, then loading a patch image, then executing the first image. (image_exec() checks for IMAGE_LOADED, so this sequence of operations will fail if the LOADED flag gets cleared.) This reverts commit 14c080020f.tags/v0.9.4
|
|
||
156 |
|
156 |
|
157 |
|
157 |
|
158 |
|
158 |
|
159 |
|
|
|
|
159 |
|
|
160 |
|
160 |
|
161 |
|
161 |
|
162 |
|
162 |
|
|
|
||
172 |
|
172 |
|
173 |
|
173 |
|
174 |
|
174 |
|
175 |
|
|
|
176 |
|
175 |
|
177 |
|
176 |
|
178 |
|
177 |
|
179 |
|
178 |
|
180 |
|
179 |
|
181 |
|
180 |
|
182 |
|
|
|
183 |
|
|
|
184 |
|
|
|
185 |
|
|
|
186 |
|
|
|
187 |
|
|
|
188 |
|
|
|
189 |
|
|
|
190 |
|
181 |
|
191 |
|
182 |
|
192 |
|
183 |
|