diff -r gcfix/moonspeak/shop/drawing/cache.txt gcorig/moonspeak/shop/drawing/cache.txt 173,177c173,175 < TextureID ntex; < ntex.SetInvalid(); < sprite_button. push(ntex); < sprite_highlighted. push(ntex); < sprite_icon. push(ntex); --- > sprite_button. push(0); > sprite_highlighted. push(0); > sprite_icon. push(0); 196c194 < } --- > } \ No newline at end of file diff -r gcfix/moonspeak/shop/drawing/particle.txt gcorig/moonspeak/shop/drawing/particle.txt 155,157c155 < TextureID ntex; < ntex.SetInvalid(); < sprite.push(ntex); --- > sprite.push(0); diff -r gcfix/moonspeak/spell_equip.txt gcorig/moonspeak/spell_equip.txt 186c186 < tomes.push((class )(actor_class)); --- > tomes.push(actor_class); 359c359 < } --- > } \ No newline at end of file diff -r gcfix/moonspeak/statusbar/ammo_bars.txt gcorig/moonspeak/statusbar/ammo_bars.txt 122,123c122 < TextureID ntex; < ntex.SetInvalid(); --- > 127c126 < sprite. push(ntex); // lol --- > sprite. push(0); // lol 129c128 < mini_sprite. push(ntex); --- > mini_sprite. push(0); 270c269 < } --- > } \ No newline at end of file diff -r gcfix/moonspeak/statusbar/eyes.txt gcorig/moonspeak/statusbar/eyes.txt 39,40c39 < TextureID ntex; < ntex.SetInvalid(); --- > 43c42 < eye_sprite. insert(i, ntex); --- > eye_sprite. insert(i, 0); 106,108c105 < TextureID ntex; < ntex.SetInvalid(); < sprite.push(ntex); --- > sprite.push(0); diff -r gcfix/moonspeak/statusbar/inventory_bar.txt gcorig/moonspeak/statusbar/inventory_bar.txt 104,106c104 < TextureID ntex; < ntex.SetInvalid(); < sprite.push(ntex); --- > sprite.push(0); diff -r gcfix/moonspeak/statusbar/keys.txt gcorig/moonspeak/statusbar/keys.txt 34,37c34,35 < TextureID ntex; < ntex.SetInvalid(); < card_sprite. push(ntex); < shown_sprite. push(ntex); --- > card_sprite. push(0); > shown_sprite. push(0); 102,105c100,101 < TextureID ntex; < ntex.SetInvalid(); < skull_sprite. push(ntex); < double_sprite. push(ntex); --- > skull_sprite. push(0); > double_sprite. push(0); 140c136 < } --- > } \ No newline at end of file diff -r gcfix/moonspeak/statusbar/powerups.txt gcorig/moonspeak/statusbar/powerups.txt 36,38c36 < TextureID ntex; < ntex.SetInvalid(); < powerup_sprite.push(ntex); --- > powerup_sprite.push(0); 102c100 < } --- > } \ No newline at end of file diff -r gcfix/moonspeak/statusbar/spell_icons.txt gcorig/moonspeak/statusbar/spell_icons.txt 27,28c27 < TextureID ntex; < ntex.SetInvalid(); --- > 31,32c30,31 < < sprite.push(ntex); --- > > sprite.push(0); diff -r gcfix/zscript/GC_Events.txt gcorig/zscript/GC_Events.txt 795c795 < GCInventoryList.Push((class )(AllActorClasses[i])); --- > GCInventoryList.Push(AllActorClasses[i]); 863c863 < } --- > } \ No newline at end of file