Use double quotes in strings [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:56:14 -05:00
parent 376c123fa1
commit 0552582274
42 changed files with 80 additions and 79 deletions
+2 -2
View File
@@ -148,7 +148,7 @@ public:
entry.heading = 0;
entry.itemid = 0;
entry.charges = 0;
entry.objectname = 0;
entry.objectname = "";
entry.type = 0;
entry.icon = 0;
entry.unknown08 = 0;
@@ -164,7 +164,7 @@ public:
entry.size = 100;
entry.tilt_x = 0;
entry.tilt_y = 0;
entry.display_name = 0;
entry.display_name = "";
return entry;
}