When no game type is specified - the engine loads certain defaults from the defaultproperties block of the GameInfo.uc file. Be warned however that these values are often overwritten by *.ini files. In the case of DefaultPawnClass, nothing is specified so it defaults to the Base type of the variable: class<Pawn>
Comment