mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 19:45:33 +00:00
small fixes
This commit is contained in:
parent
dbfc39468b
commit
6abb5d5f75
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ int main(int argc, char *argv[])
|
||||||
if (SDL_Init(SDL_INIT_VIDEO) != 0)
|
if (SDL_Init(SDL_INIT_VIDEO) != 0)
|
||||||
{
|
{
|
||||||
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());
|
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());
|
||||||
return false;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
Loading…
Reference in a new issue