Hello!

Im playing around with game_save and game_load. Everytime I save the game with:

game_save("test_save",1,SV_FUNCTIONS+SV_LEVEL);

and load the game with:

game_load("test_save",1);

My nexus usage goes up every load, and eventually I get the "nexus too small" error. What could cause nexus memory to increase every load??