View Single Post
  #5  
Old 09-12-2014, 12:03 PM
Pursuivant Pursuivant is offline
Approved Member
 
Join Date: May 2010
Posts: 1,439
Default

Quote:
Originally Posted by KG26_Alpha View Post
Poorly constructed maps with memory leaks are another problem.
Ignorant question, but where do you get memory leaks on a map?

To my ignorant eye, maps seem to be several layers of graphics, plus text files that tell the game engine where to place names and objects on the map.

The main problem seems to be placing too many objects on the map, or making too large a map, which slows down the game.

Where is the coding that could cause a memory leak?
Reply With Quote