mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +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
|
// 32 bytes
|
||||||
struct PlayerInput
|
struct PlayerInput // TODO consider adjusting this for demo compatibility
|
||||||
{
|
{
|
||||||
int xVel;
|
int xVel;
|
||||||
int yVel;
|
int yVel;
|
||||||
|
|
Loading…
Reference in a new issue