summaryrefslogtreecommitdiff
path: root/cInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'cInput.h')
-rw-r--r--cInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cInput.h b/cInput.h
index e0d1632..49d13b7 100644
--- a/cInput.h
+++ b/cInput.h
@@ -30,7 +30,7 @@ struct sInputEvent
unsigned int type;
unsigned char c;
unsigned int b;
- unsigned int x, y;
+ int x, y;
};
class cInput