mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Forgotten this comment in preceding demo-related commit
This commit is contained in:
parent
e38dcc7c5f
commit
27a3945583
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ enum {
|
|||
};
|
||||
|
||||
// 32 bytes
|
||||
struct PlayerInput
|
||||
struct PlayerInput // TODO consider adjusting this for demo compatibility
|
||||
{
|
||||
int xVel;
|
||||
int yVel;
|
||||
|
|
Loading…
Reference in a new issue