Whitespace changes I made while looking for the sourberry sprite bug.

svn-id: r18371
This commit is contained in:
Torbjörn Andersson 2005-06-10 12:09:01 +00:00
parent eb99ba925b
commit ef552c8a8f
2 changed files with 3 additions and 4 deletions

View File

@ -1322,7 +1322,6 @@ void Actor::drawActors() {
createDrawOrderList();
for (drawOrderIterator = _drawOrderList.begin(); drawOrderIterator != _drawOrderList.end(); ++drawOrderIterator) {
drawObject = drawOrderIterator.operator*();