by Jacob324 » Thu Nov 23, 2023 7:45 am
The code defines three different classes in the game, namely BlueTorch, ShortGreenColumn, and HeadsOnAStick. The mistake in the code is the presence of "Height 68;;" in the BlueTorch class, where there should be only one semicolon. The file doomdecorations.zs contains three typos in total, all of them having double semicolons (;;), which may affect the game
The code defines three different classes in the game, namely BlueTorch, ShortGreenColumn, and HeadsOnAStick. The mistake in the code is the presence of "Height 68;;" in the BlueTorch class, where there should be only one semicolon. The file doomdecorations.zs contains three typos in total, all of them having double semicolons (;;), which may affect the game