ref: 1f5ce047ad6cb709f746b794b4a2dea9e2f89fb6
parent: 714d7a29397b44fcb2b1fef2d675d296cb984264
author: Simon Howard <fraggle@soulsphere.org>
date: Thu Feb 19 19:03:15 EST 2015
Fix game code that makes false boolean assumptions. Various bits of code assume that booleans are represented as 32-bit ints and that they can be assigned to from 32-bit values. This isn't true on all systems; fix code that does this to convert to boolean values properly. This is more progress towards fixing #509.