Bug 001: The Great Pixelated Pandemonium Glitch
Description: The game's 3D rendering engine has a 50% chance of rendering every pixel as a cat face.
			// This is the problematic line of code
			if (rand() % 2 == 0) {
				render_pixel_as_cat_face();
			}