[Scummvm-cvs-logs] scummvm master -> 23dd778a16bd610cce0a3fbc3b37543c0e75e6dd
lordhoto
lordhoto at gmail.com
Fri Jul 1 23:39:14 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
23dd778a16 BACKENDS: Fix PS2 backend compilation for real.
Commit: 23dd778a16bd610cce0a3fbc3b37543c0e75e6dd
https://github.com/scummvm/scummvm/commit/23dd778a16bd610cce0a3fbc3b37543c0e75e6dd
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-07-01T14:36:35-07:00
Commit Message:
BACKENDS: Fix PS2 backend compilation for real.
Changed paths:
backends/platform/ps2/systemps2.cpp
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp
index 5b75ce8..c75d749 100644
--- a/backends/platform/ps2/systemps2.cpp
+++ b/backends/platform/ps2/systemps2.cpp
@@ -96,7 +96,7 @@ OSystem_PS2 *g_systemPs2;
#define FOREVER 2147483647
namespace Graphics {
- extern const NewFont g_sysfont;
+ extern const BdfFont g_sysfont;
};
PS2Device detectBootPath(const char *elfPath, char *bootPath);
More information about the Scummvm-git-logs
mailing list