mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 16:36:57 +00:00
fix bad std::string replacements
This commit is contained in:
@@ -1604,7 +1604,7 @@ void Level::playStreamingMusic(const std::wstring& name, int x, int y, int z) {
|
||||
}
|
||||
|
||||
void Level::playMusic(double x, double y, double z,
|
||||
const std::wstring& std::string, float volume) {}
|
||||
const std::wstring& string, float volume) {}
|
||||
|
||||
// 4J removed -
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user