aboutsummaryrefslogtreecommitdiff
path: root/saga/sdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sdata.h')
-rw-r--r--saga/sdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/sdata.h b/saga/sdata.h
index 3c9805de45..1b6f81d944 100644
--- a/saga/sdata.h
+++ b/saga/sdata.h
@@ -34,8 +34,8 @@
namespace Saga {
-#define R_SCRIPT_DATABUF_NUM 5U
-#define R_SCRIPT_DATABUF_LEN 1024U
+#define R_SCRIPT_DATABUF_NUM 5
+#define R_SCRIPT_DATABUF_LEN 1024
int SDATA_Init(void);