paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.2.4.2,1.2.4.3 pg


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.2.4.2,1.2.4.3 pgfilearchive.cpp,1.2.4.1,1.2.4.2
Date: Wed, 29 May 2002 11:34:11 -0400

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv24542/src/core

Modified Files:
      Tag: devel-1-0
        pgapplication.cpp pgfilearchive.cpp 
Log Message:
adapted VC++ workspace
fixed PhysFS for Win32 (Ryan messed this up really badly)
compilation fixes



Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.2.4.2
retrieving revision 1.2.4.3
diff -C2 -r1.2.4.2 -r1.2.4.3
*** pgapplication.cpp   28 May 2002 10:25:07 -0000      1.2.4.2
--- pgapplication.cpp   29 May 2002 15:34:09 -0000      1.2.4.3
***************
*** 105,109 ****
        /* Initialize the SDL library */
        if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE) < 0) {
!               PG_LogERR("Could not initialize SDL: %s", SDL_GetError());
                exit(-1);
        }
--- 105,109 ----
        /* Initialize the SDL library */
        if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE) < 0) {
!               std::cerr << "Could not initialize SDL: " << SDL_GetError() << 
std::endl;
                exit(-1);
        }

Index: pgfilearchive.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgfilearchive.cpp,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -C2 -r1.2.4.1 -r1.2.4.2
*** pgfilearchive.cpp   28 May 2002 09:41:44 -0000      1.2.4.1
--- pgfilearchive.cpp   29 May 2002 15:34:09 -0000      1.2.4.2
***************
*** 48,52 ****
        if(my_instance_count == 1) {
                if(PHYSFS_init("paragui") == 0) {
!                       PG_LogERR("Unable to initialize PhysicsFS !");
                        return;
                }
--- 48,52 ----
        if(my_instance_count == 1) {
                if(PHYSFS_init("paragui") == 0) {
!                       std::cerr << "Unable to initialize PhysicsFS !" << 
std::endl;
                        return;
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]