comparison Viewport.cpp @ 1583:75fafd8ced59

Allocator (CMemory) bye-bye
author Nomad
date Tue, 10 Sep 2013 21:07:07 +0200
parents 30db6d265ceb
children 7182930263b3
comparison
equal deleted inserted replaced
1577:1b6217e07b26 1583:75fafd8ced59
60 SetViewport(this->uScreen_TL_X, this->uScreen_TL_Y, this->uScreen_BR_X, this->uScreen_BR_Y); 60 SetViewport(this->uScreen_TL_X, this->uScreen_TL_Y, this->uScreen_BR_X, this->uScreen_BR_Y);
61 } 61 }
62 62
63 //----- (004C02F8) -------------------------------------------------------- 63 //----- (004C02F8) --------------------------------------------------------
64 void Viewport::_4C02F8(int a2) 64 void Viewport::_4C02F8(int a2)
65 { 65 {
66 this->field_30 = a2; 66 this->field_30 = a2;
67 SetScreen(this->uScreen_TL_X, this->uScreen_TL_Y, this->uScreen_BR_X, this->uScreen_BR_Y); 67 SetScreen(this->uScreen_TL_X, this->uScreen_TL_Y, this->uScreen_BR_X, this->uScreen_BR_Y);
68 } 68 }
69 69
70 //----- (004C0312) -------------------------------------------------------- 70 //----- (004C0312) --------------------------------------------------------
71 void Viewport::SetViewport( signed int sTL_X, signed int sTL_Y, signed int sBR_X, signed int sBR_Y ) 71 void Viewport::SetViewport( signed int sTL_X, signed int sTL_Y, signed int sBR_X, signed int sBR_Y )
72 { 72 {
73 signed int tl_x; // ebx@1 73 signed int tl_x; // ebx@1