Update of /cvsroot/pythianproject/PythianProject/Source/GameEngine
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26661
Modified Files:
GameGrEngState.pas
Log Message:
changed font path -mike
Index: GameGrEngState.pas
===================================================================
RCS file: /cvsroot/pythianproject/PythianProject/Source/GameEngine/GameGrEngState.pas,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** GameGrEngState.pas 2000/10/14 19:39:16 1.9
--- GameGrEngState.pas 2000/10/15 16:17:31 1.10
***************
*** 119,123 ****
// put code to init tests here
glfInit;
! txtfont := glfLoadFont('arial1.glf');
glfSetAnchorPoint(GLF_LEFT_UP);
glfConsoleClear;
--- 119,123 ----
// put code to init tests here
glfInit;
! txtfont := glfLoadFont(DataPath+'fonts\arial1.glf');
glfSetAnchorPoint(GLF_LEFT_UP);
glfConsoleClear;
|