Differences From Artifact [ee9e1c16af]:
- File main.c — part of check-in [165d3cd4f7] at 2020-12-01 22:09:48 on branch trunk — Add traceAll resource (user: user, size: 30070) [annotate] [blame] [check-ins using]
To Artifact [4316790edd]:
- File main.c — part of check-in [442c84b49d] at 2020-12-11 18:51:46 on branch trunk — Implement the instructions for message local variables, and fix a mistake in the level loading (user: user, size: 30070) [annotate] [blame] [check-ins using]
︙ | |||
297 298 299 300 301 302 303 | 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 | - + | if((z&0xC0)!=0x40) { // Misc2 objects[o]->misc2=UVALUE(p[0]|(p[1]<<8),(z>>2)&3); p+=2; } if(!((z&0xC0)%0xC0)) { // Misc3 |
︙ |