Age | Commit message (Collapse) | Author |
|
The hero is unable to tell Rakeesh and Kreesha about the Simabani
initiation, which would award him 3 points.
This is caused by a heap bug in room 285: the local array of possible
messages omits this message.
The patch fixes the bug by adding this message to the array.
Fixes bug #7086
|
|
|
|
|
|
|
|
|
|
|
|
values of gfxItem._flags (0 and 1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the large hand in savegames
|
|
Gnap's hand and device are in the middle of the screen, there's place for improvement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used in FOW calculations in Moonbase.
|
|
item variable value is less than 33, that is, 32 max. item+1 is never > 33.
Thus, the clapping code is redundant.
|
|
var_2 used to be always NULL after while() loop, thus, the first if()
condition is always false.
|
|
We set vtEntries to SCREENOBJECTS_MAX, thus, the loop
for (i = vtEntries; i < SCREENOBJECTS_MAX; i++) is a no-op.
|
|
Recently we started to use this as new semantics, although in the past
we used simly <engine>_H. Now these guard defines are consistent with
rest of the files which are used in the engines.
|
|
|
|
A regression of 75d1385c8d1ba61b5740a0b43966d3c2f111440d
|
|
|
|
|
|
|
|
eriktorbjorn for suggesting it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from execution.
|