mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
DIRECTOR: LINGO: Switch proplist value and prop order
It's the same order as the original now.
This commit is contained in:
parent
ced5aaeb3f
commit
38c0d5fddd
@ -434,8 +434,8 @@ void LC::c_proparraypush() {
|
||||
d.u.parr = new PropertyArray;
|
||||
|
||||
for (int i = 0; i < arraySize; i++) {
|
||||
Datum p = g_lingo->pop();
|
||||
Datum v = g_lingo->pop();
|
||||
Datum p = g_lingo->pop();
|
||||
|
||||
PCell cell = PCell(p, v);
|
||||
d.u.parr->insert_at(0, cell);
|
||||
|
Loading…
Reference in New Issue
Block a user