GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Holmes now require "data/flexui.wad" (it is not fatal to not have this file; Holmes...
[d2df-sdl.git]
/
src
/
game
/
g_console.pas
diff --git
a/src/game/g_console.pas
b/src/game/g_console.pas
index 9e6f4d5de4776bd505e2499b4a384cfff3a6862a..fb0b9eb66abf0a78e6ec32ff519ab0c350426463 100644
(file)
--- a/
src/game/g_console.pas
+++ b/
src/game/g_console.pas
@@
-265,7
+265,7
@@
var
cp: PCommand;
pv: PVarSingle;
begin
cp: PCommand;
pv: PVarSingle;
begin
- GetMem(pv, sizeof(
pv^
));
+ GetMem(pv, sizeof(
TVarSingle
));
pv.val := pvar;
pv.min := amin;
pv.max := amax;
pv.val := pvar;
pv.min := amin;
pv.max := amax;
DEADSOFTWARE 2012-2025