Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed a useless comment
|
|
|
|
|
|
Thanks fuzzie for noticing it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename 'near' to 'nearList' (and the same for 'take' to be
consistent). Also, replace a silly cast with memset to squish
a warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
soltys_wip2
Conflicts:
engines/cge/bitmap.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in ScummVM
|
|
|
|
The trouble is that the _sprite variable can currently be pointing to any registered sprite, and should only be freed in the destructor if it hasn't already been freed. Currently, this is best done by keeping track of whether the pointed to sprite has been already freed or not.
|
|
|
|
|