mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-03 11:13:54 +00:00
fuix2
This commit is contained in:
@@ -260,7 +260,6 @@ void IPSwitchCompiler::Parse(std::span<u8 const> bytes) {
|
||||
++p;
|
||||
} else if ((!quote && p[0] == '/')
|
||||
|| (!quote && p[0] == '#')) {
|
||||
last_space = p;
|
||||
break;
|
||||
} else if (p[0] == '\"' || p[0] == '\'') {
|
||||
quote = (p[0] == quote) ? '\0' : p[0];
|
||||
|
||||
Reference in New Issue
Block a user