mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-19 17:44:13 +02:00
Initial SDL implementation very very rough.
This commit is contained in:
+4
-1
@@ -40,6 +40,8 @@
|
||||
#include <sys\timeb.h>
|
||||
#endif
|
||||
|
||||
#include <sdl.h>
|
||||
|
||||
/*****************************
|
||||
** Function prototypes
|
||||
******************************/
|
||||
@@ -806,7 +808,8 @@ int Main_Menu(unsigned long )
|
||||
|
||||
/*
|
||||
** Get and process player input.
|
||||
*/
|
||||
*/
|
||||
input = (KeyNumType)0;
|
||||
input = commands->Input();
|
||||
|
||||
#ifndef FIXIT_VERSION_3
|
||||
|
||||
Reference in New Issue
Block a user