Mercurial > mm7
comparison mm7_2.cpp @ 2000:985fff9fb62d
constructor functions
author | zipi |
---|---|
date | Tue, 05 Nov 2013 21:55:52 +0000 |
parents | f7e8c4d4a01b |
children | 30c2b575d25c |
comparison
equal
deleted
inserted
replaced
1999:079f2abf54e4 | 2000:985fff9fb62d |
---|---|
4348 Rect.right = *(int *)(v8 + 8); | 4348 Rect.right = *(int *)(v8 + 8); |
4349 Rect.bottom = *(int *)(v8 + 12); | 4349 Rect.bottom = *(int *)(v8 + 12); |
4350 uCPUSpeed = Rect.bottom;*/ | 4350 uCPUSpeed = Rect.bottom;*/ |
4351 uCPUSpeed = 2048; // about 2GHz | 4351 uCPUSpeed = 2048; // about 2GHz |
4352 | 4352 |
4353 constructors(); | |
4353 | 4354 |
4354 if (!MM7_Initialize(640, 480)) | 4355 if (!MM7_Initialize(640, 480)) |
4355 { | 4356 { |
4356 Log::Warning(L"MM init: failed"); | 4357 Log::Warning(L"MM init: failed"); |
4357 pGame->Deinitialize(); | 4358 pGame->Deinitialize(); |