renamed some fields for clarification
svn-id: r28184
This commit is contained in:
parent
9bb903ee6b
commit
38b282b313
4 changed files with 40 additions and 40 deletions
|
@ -273,7 +273,7 @@ void ToucheEngine::res_decodeProgramData() {
|
|||
ppd.x = READ_LE_UINT16(p); p += 2;
|
||||
ppd.y = READ_LE_UINT16(p); p += 2;
|
||||
ppd.z = READ_LE_UINT16(p); p += 2;
|
||||
ppd.priority = READ_LE_UINT16(p); p += 2;
|
||||
ppd.order = READ_LE_UINT16(p); p += 2;
|
||||
_programPointsTable.push_back(ppd);
|
||||
if (ppd.x == -1) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue