Browse Source

documentation cleanup: diablo

pull/2758/head
BC Ko 5 years ago committed by Anders Jenbo
parent
commit
2cae444eb2
  1. 3
      Source/diablo.cpp
  2. 4
      Source/diablo.h

3
Source/diablo.cpp

@ -2056,9 +2056,6 @@ void LoadGameLevel(bool firstflag, lvl_entry lvldir)
pcursplr = -1;
}
/**
* @param bStartup Process additional ticks before returning
*/
void game_loop(bool bStartup)
{
uint16_t wait = bStartup ? sgGameInitInfo.nTickRate * 3 : 3;

4
Source/diablo.h

@ -94,6 +94,10 @@ void diablo_focus_unpause();
bool PressEscKey();
void DisableInputWndProc(uint32_t uMsg, int32_t wParam, int32_t lParam);
void LoadGameLevel(bool firstflag, lvl_entry lvldir);
/**
* @param bStartup Process additional ticks before returning
*/
void game_loop(bool bStartup);
void diablo_color_cyc_logic();

Loading…
Cancel
Save