summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/defines.h
diff options
context:
space:
mode:
authormasterm <devnull@localhost>2007-02-13 15:40:04 +0100
committermasterm <devnull@localhost>2007-02-13 15:40:04 +0100
commit54a7ea32d4c79b5ca56b66a5dac28690e928740e (patch)
treee64f40a8eafd815cbb40c045b8d3c14d133a61a1 /source/Concept/Framework/defines.h
parent05c8b0af602b222d00c227560682158333b726a2 (diff)
downloadrc2007-soccer-54a7ea32d4c79b5ca56b66a5dac28690e928740e.tar
rc2007-soccer-54a7ea32d4c79b5ca56b66a5dac28690e928740e.zip
+++ added parent object to io_modules
+++ added speed and enabling value stores for engines
Diffstat (limited to 'source/Concept/Framework/defines.h')
-rw-r--r--source/Concept/Framework/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Concept/Framework/defines.h b/source/Concept/Framework/defines.h
index fd07125..9eac05d 100644
--- a/source/Concept/Framework/defines.h
+++ b/source/Concept/Framework/defines.h
@@ -18,7 +18,7 @@
#ifdef __int16
#define int16 __int16
#else
- #define int16 int
+ #define int16 short
#endif
#endif