Port over Game60hzcall()

This commit is contained in:
pagefault
2005-07-05 21:32:52 +00:00
parent 78ebad6daf
commit a55216e3c6

View File

@@ -33,3 +33,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#define DIR_SLASH "\\"
#endif
#include "../gblvars.h"
//Start of execute.asm goodness
extern unsigned char t1cc;
extern unsigned short int nextframe;
void Game60hzcall()
{
t1cc+;
nextframe++;
}