Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
This commit is contained in:
commit
81f92ed0ec
@ -27,7 +27,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BUILD_NUM
|
#ifndef BUILD_NUM
|
||||||
#define BUILD_NUM 255
|
#define BUILD_NUM 261
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SNAPSHOT_ID
|
#ifndef SNAPSHOT_ID
|
||||||
|
@ -96,7 +96,7 @@ int Element_CRAY::update(UPDATE_FUNC_ARGS)
|
|||||||
colored = wavelengthToDecoColour(parts[r>>8].ctype);
|
colored = wavelengthToDecoColour(parts[r>>8].ctype);
|
||||||
} else if ((r&0xFF)==PT_CRAY || nostop) {
|
} else if ((r&0xFF)==PT_CRAY || nostop) {
|
||||||
docontinue = 1;
|
docontinue = 1;
|
||||||
} else if(destroy && (r&0xFF != PT_DMND)) {
|
} else if(destroy && ((r&0xFF) != PT_DMND)) {
|
||||||
sim->kill_part(r>>8);
|
sim->kill_part(r>>8);
|
||||||
if(!--partsRemaining)
|
if(!--partsRemaining)
|
||||||
docontinue = 0;
|
docontinue = 0;
|
||||||
|
Reference in New Issue
Block a user