Changeset 427


Ignore:
Timestamp:
Jul 16, 2009, 8:10:18 AM (15 years ago)
Author:
gumby
Message:

CHAR test

Location:
Daodan/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_WindowHack.c

    r354 r427  
    66#include "BFW_Motoko_Draw.h"
    77#include "oni_gl.h"
     8
     9#include "Oni_Character.h"
    810
    911volatile HWND onihwnd, boxhwnd = NULL;
     
    129131                lpPoint->y = gl->DisplayMode.Height / 2;
    130132        }
     133        if (GetAsyncKeyState(VK_F12))
     134        {
     135                CHARTest();
     136        }
    131137        else
    132138        {
  • Daodan/src/Oni_Symbols.S

    r339 r427  
    4747symbol ( _gl_gamma_ramp                      , 0x0015fdfc )
    4848symbol ( _gl_gamma_ramp_valid                , 0x001603fc )
     49
     50// Chars
     51symbol ( @ONrGameState_NewCharacter@8            , 0x000daC50 )
Note: See TracChangeset for help on using the changeset viewer.