BLADERUNNER: introduced some game constants
Game script are more readable now Fixed name of Officer Leary
This commit is contained in:
parent
4564b84d91
commit
d42b39817d
133 changed files with 10670 additions and 11427 deletions
|
@ -78,7 +78,7 @@ bool TextResource::open(const char *name) {
|
|||
|
||||
s->read(_strings, remain);
|
||||
|
||||
#if 0
|
||||
#if _DEBUG
|
||||
debug("\n%s\n----------------", resName);
|
||||
for (uint32 i = 0; i != (uint32)_count; ++i) {
|
||||
debug("%3d: %s", i, getText(i));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue