- scriptified the input methods of DConversationMenu.
- fixed handling of DimAllowed.
This commit is contained in:
parent
3c8a5fdbe7
commit
d85b9cdd71
10 changed files with 169 additions and 157 deletions
|
|
@ -909,6 +909,9 @@ void InitThingdef()
|
|||
fieldptr = new PField("gametic", TypeSInt32, VARF_Native | VARF_Static | VARF_ReadOnly, (intptr_t)&gametic);
|
||||
Namespaces.GlobalNamespace->Symbols.AddSymbol(fieldptr);
|
||||
|
||||
fieldptr = new PField("demoplayback", TypeSInt32, VARF_Native | VARF_Static | VARF_ReadOnly, (intptr_t)&demoplayback);
|
||||
Namespaces.GlobalNamespace->Symbols.AddSymbol(fieldptr);
|
||||
|
||||
|
||||
// Argh. It sucks when bad hacks need to be supported. WP_NOCHANGE is just a bogus pointer but it used everywhere as a special flag.
|
||||
// It cannot be defined as constant because constants can either be numbers or strings but nothing else, so the only 'solution'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue