Skip to content

Commit

Permalink
disable qnormalize() in defines
Browse files Browse the repository at this point in the history
is this a good idea? who knows!! yolo
  • Loading branch information
randomdude999 committed Feb 7, 2024
1 parent 0b86870 commit 97e1213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asar/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ void resolvedefines(string& out, const char * start)
// RPG Hacker: Is it really a good idea to normalize
// the content of defines? That kinda violates their
// functionality as a string replacement mechanism.
val.qnormalize();
//val.qnormalize();

// RPG Hacker: throw an error if we're trying to overwrite built-in defines.
if (builtindefines.exists(defname))
Expand Down

0 comments on commit 97e1213

Please sign in to comment.