VOGONS


liero

Topic actions

First post, by milicognj

User metadata
Rank Newbie
Rank
Newbie

Liero works fine, but there is no sound. Liero.snd exist (so it is version with sound).

Ognjen Milic

Reply 2 of 3, by milicognj

User metadata
Rank Newbie
Rank
Newbie

Game works when it is compiled wwith one change in memory.cpp in function

bool MEM_ReAllocatePages(MemHandle & handle, Bitu pages, bool sequence)

Instead of
if (handle<0) {

there should be

if (handle<=0) {

And everything works fine.

Ognjen