//CLONE: USED FOR EDITING ONLY
 protected GameInfo(GameInfo other)
 {
     ID = other.ID;
     inDev = other.inDev;
     title = other.title;
     gameCategory = other.gameCategory;
     gameState = other.gameState;
     streamWebplayer = other.streamWebplayer;
     gameControls = other.gameControls;
     gameWords = other.gameWords;
     gameTags = other.gameTags;
     gameLong = other.gameLong;
     gameShort = other.gameShort;
     gameHeight = other.gameHeight;
     gameWidth = other.gameWidth;
     uploadedAllImages = other.uploadedAllImages;
     changeNotes = other.changeNotes;
 }