Rename all instances of Pausable to Pauseable

This commit is contained in:
Jbleezy
2024-10-06 15:16:14 -07:00
parent a926b752cf
commit 4529ff2c5e
3 changed files with 6 additions and 6 deletions

View File

@ -6228,7 +6228,7 @@ namespace T6
unsigned int distanceLpf : 1; // 2
unsigned int doppler : 1; // 3
unsigned int isBig : 1; // 4
unsigned int pausable : 1; // 5
unsigned int pauseable : 1; // 5
unsigned int isMusic : 1; // 6
unsigned int stopOnEntDeath : 1; // 7
unsigned int timescale : 1; // 8