Fix name reuse issues for actors, and make luprex IDs more readable
This commit is contained in:
@@ -393,7 +393,7 @@ LuaDefine(unittests_world3diffluatab, "", "some unit tests") {
|
||||
|
||||
// The data in the master model should now look like this:
|
||||
const char *expect_123 =
|
||||
"<tangible 123>{ "
|
||||
"<tan 123>{ "
|
||||
"bacon='crispy', "
|
||||
"inventory={ gold='wealthy' }, "
|
||||
"skills={ "
|
||||
@@ -402,7 +402,7 @@ LuaDefine(unittests_world3diffluatab, "", "some unit tests") {
|
||||
"} "
|
||||
"}";
|
||||
const char *expect_345 =
|
||||
"<tangible 345>{ "
|
||||
"<tan 345>{ "
|
||||
"inventory={ gold='poor' }, "
|
||||
"phone='867-5309' "
|
||||
"}";
|
||||
|
||||
Reference in New Issue
Block a user