aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenStatDetail.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-07 19:04:29 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-07 19:04:29 +0000
commit01c32bcf35a056e53e8ecdaaf066f14752043b40 (patch)
tree984891872bb3088ab58a57dc0d2504403c8c31c0 /Game/Code/Screens/UScreenStatDetail.pas
parent1db7c89df8670ef1129e172fdc8b5534f4b792d6 (diff)
downloadusdx-01c32bcf35a056e53e8ecdaaf066f14752043b40.tar.gz
usdx-01c32bcf35a056e53e8ecdaaf066f14752043b40.tar.xz
usdx-01c32bcf35a056e53e8ecdaaf066f14752043b40.zip
- Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)
- Version-number for database-file added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1229 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenStatDetail.pas')
-rw-r--r--Game/Code/Screens/UScreenStatDetail.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenStatDetail.pas b/Game/Code/Screens/UScreenStatDetail.pas
index b9a3b2df..be98e047 100644
--- a/Game/Code/Screens/UScreenStatDetail.pas
+++ b/Game/Code/Screens/UScreenStatDetail.pas
@@ -18,7 +18,7 @@ type
TScreenStatDetail = class(TMenu)
public
Typ: TStatType;
- Page: CardinaL;
+ Page: Cardinal;
Count: Byte;
Reversed: Boolean;