mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +02:00
Fixed G3DViewerVersionString printf string bug
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// "================================================================================"
|
// "================================================================================"
|
||||||
printf("\n%s %s, [Using %s]\n", extractFileFromDirectoryPath(argv0).c_str(), G3DViewerVersionString, (const char *) wxConvCurrent->cWX2MB(wxVERSION_STRING));
|
printf("\n%s %s, [Using %s]\n", extractFileFromDirectoryPath(argv0).c_str(), G3DViewerVersionString.c_str(), (const char *) wxConvCurrent->cWX2MB(wxVERSION_STRING));
|
||||||
|
|
||||||
printf("\nDisplays glest 3D-models and unit/projectile/splash particle systems.\n");
|
printf("\nDisplays glest 3D-models and unit/projectile/splash particle systems.\n");
|
||||||
printf("\nRotate with left mouse button. Zoom with right mouse button or mousewheel.");
|
printf("\nRotate with left mouse button. Zoom with right mouse button or mousewheel.");
|
||||||
|
Reference in New Issue
Block a user