aboutsummaryrefslogtreecommitdiffstats
path: root/Modis
diff options
context:
space:
mode:
authoreddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 19:53:21 +0000
committereddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 19:53:21 +0000
commit2a3e98281141c47b08eb3876d7ed52fdfe4daa81 (patch)
treebfbb572d5066389a622c986ee1becb20a4ad285c /Modis
parent0a224a9f0439ab336873352d8e4baeef07d5090f (diff)
downloadusdx-2a3e98281141c47b08eb3876d7ed52fdfe4daa81.tar.gz
usdx-2a3e98281141c47b08eb3876d7ed52fdfe4daa81.tar.xz
usdx-2a3e98281141c47b08eb3876d7ed52fdfe4daa81.zip
Now it should build again...
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@644 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Modis')
-rw-r--r--Modis/SDK/ModiSDK.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modis/SDK/ModiSDK.pas b/Modis/SDK/ModiSDK.pas
index 75846a20..ff2aa200 100644
--- a/Modis/SDK/ModiSDK.pas
+++ b/Modis/SDK/ModiSDK.pas
@@ -98,7 +98,7 @@ type //PluginInfo, for Init
Sentence: array of record
Start: integer;
StartNote: integer;
- Lyric: PChar; // todo: eddie: changed string to pchar.
+ Lyric: String;
LyricWidth: real;
Koniec: integer;
BaseNote: integer;