diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 19:04:29 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 19:04:29 +0000 |
commit | 01c32bcf35a056e53e8ecdaaf066f14752043b40 (patch) | |
tree | 984891872bb3088ab58a57dc0d2504403c8c31c0 /Game/Code/Screens | |
parent | 1db7c89df8670ef1129e172fdc8b5534f4b792d6 (diff) | |
download | usdx-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')
-rw-r--r-- | Game/Code/Screens/UScreenStatDetail.pas | 2 |
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; |