Still working on the BIG FUCKING CONVERSION...
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
#include "const.h"
|
||||
#include "fileManager.h"
|
||||
|
||||
PasswordController::PasswordController(DrawManager *p_drawManager, InputManager *p_inputManager, MusicManager *p_musicManager) {
|
||||
PasswordController::PasswordController(DrawManager *p_drawManager, InputManager *p_inputManager) {
|
||||
drawManager = p_drawManager;
|
||||
inputManager = p_inputManager;
|
||||
musicManager = p_musicManager;
|
||||
}
|
||||
|
||||
PasswordController::~PasswordController(void) {
|
||||
@@ -82,7 +81,7 @@ char PasswordController::ObtenerTecla() {
|
||||
|
||||
int PasswordController::ObtenerFaseDePassword(char *password) {
|
||||
int filesize = 0;
|
||||
char *buffer = GetBufferFromResource("offsets.bal", &filesize);
|
||||
const char *buffer = file_getBufferFromResource("offsets.bal", filesize);
|
||||
|
||||
int punter = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user