mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-19 16:42:03 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -279,7 +279,7 @@ void ParticleEngine::moveParticleInList(std::shared_ptr<Particle> particle,
|
||||
}
|
||||
}
|
||||
|
||||
std::wstring ParticleEngine::countParticles() {
|
||||
std::string ParticleEngine::countParticles() {
|
||||
int l =
|
||||
level->dimension->id == 0 ? 0 : (level->dimension->id == -1 ? 1 : 2);
|
||||
int total = 0;
|
||||
|
||||
Reference in New Issue
Block a user