Changeset 993 for Daodan/src/Oni


Ignore:
Timestamp:
Apr 6, 2014, 7:06:02 PM (11 years ago)
Author:
alloc
Message:

Daodan:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Oni/Symbols_Var.h

    r992 r993  
    1212
    1313// Option "debug" ... but what does it do?
    14 #define AKgDebug_DebugMaps      (*((char*)0x002b2204))
     14#define AKgDebug_DebugMaps      (*((onibool*)0x002b2204))
    1515
    1616// Option "debugfiles" ... but what does it do?
    17 #define BFgDebugFileEnable      (*((bool*)0x0055c8d0))
     17#define BFgDebugFileEnable      (*((onibool*)0x0055c8d0))
    1818
    1919// Command line instance
     
    5757// False to prevent Oni from changing display settings (however Bink
    5858// player does not respect this setting).
    59 #define M3gResolutionSwitch     (*((char*)0x00531634))
     59#define M3gResolutionSwitch     (*((onibool*)0x00531634))
    6060
    6161// Startup.txt file handle
     
    6969
    7070// Load non levelX_final-files yes/no
    71 #define opt_ignore_private_data (*((char*)0x006370f0))
     71#define opt_ignore_private_data (*((onibool*)0x006370f0))
    7272
    7373// Play sound yes/no
    74 #define opt_sound                       (*((char*)0x006370fc))
     74#define opt_sound                       (*((onibool*)0x006370fc))
    7575
    7676// Option "findsounds" ... but what does it do?
    77 #define SSgSearchOnDisk         (*((bool*)0x005eb758))
     77#define SSgSearchOnDisk         (*((onibool*)0x005eb758))
    7878
    7979// OBJgTriggerVolume_Visible - bsl var to show trigger volumes
Note: See TracChangeset for help on using the changeset viewer.