equal
deleted
inserted
replaced
534 begin |
534 begin |
535 if ThemeObjects.objs[i].Surf <> nil then |
535 if ThemeObjects.objs[i].Surf <> nil then |
536 SDL_FreeSurface(ThemeObjects.objs[i].Surf); |
536 SDL_FreeSurface(ThemeObjects.objs[i].Surf); |
537 if SprayObjects.objs[i].Surf <> nil then |
537 if SprayObjects.objs[i].Surf <> nil then |
538 SDL_FreeSurface(SprayObjects.objs[i].Surf); |
538 SDL_FreeSurface(SprayObjects.objs[i].Surf); |
|
539 ThemeObjects.objs[i].Surf:= nil; |
|
540 SprayObjects.objs[i].Surf:= nil; |
539 end; |
541 end; |
540 end; |
542 end; |
541 |
543 |
542 end. |
544 end. |