mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +00:00
Fix -Wwrite-strings warnings (#1267)
warning: ISO C++ forbids converting a string constant to 'LegoChar*'
This commit is contained in:
committed by
GitHub
parent
3f4732b0bc
commit
b4d2ea72af
@@ -19,7 +19,7 @@
|
||||
DECOMP_SIZE_ASSERT(Act2Brick, 0x194)
|
||||
|
||||
// GLOBAL: LEGO1 0x100f7a38
|
||||
LegoChar* Act2Brick::g_lodNames[] =
|
||||
const LegoChar* Act2Brick::g_lodNames[] =
|
||||
{"xchbase1", "xchblad1", "xchseat1", "xchtail1", "xhback1", "xhljet1", "xhmidl1", "xhmotr1", "xhsidl1", "xhsidr1"};
|
||||
|
||||
// GLOBAL: LEGO1 0x100f7a60
|
||||
|
||||
Reference in New Issue
Block a user