render: drop internal server reset support
had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.
had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.
Perhaps we should add such flags to other init functions?
had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.
Perhaps we should add such flags to other init functions?
to those who need it.